mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
utils: Fix 'modify-phases' docstring.
* guix/build/utils.scm (modify-phases): Fix the documentation string.
This commit is contained in:
parent
ddfba024d4
commit
7ee5a694a8
1 changed files with 2 additions and 2 deletions
|
@ -518,8 +518,8 @@ (define-syntax-rule (modify-phases phases mod-spec ...)
|
|||
(add-before <old-phase-name> <new-phase-name> <new-phase>)
|
||||
(add-after <old-phase-name> <new-phase-name> <new-phase>)
|
||||
|
||||
Where every <*-phase-name> is an automatically quoted symbol, and <new-phase>
|
||||
an expression evaluating to a procedure."
|
||||
Where every <*-phase-name> is an expression evaluating to a symbol, and
|
||||
<new-phase> an expression evaluating to a procedure."
|
||||
(let* ((phases* phases)
|
||||
(phases* (%modify-phases phases* mod-spec))
|
||||
...)
|
||||
|
|
Loading…
Reference in a new issue