utils: Fix 'modify-phases' docstring.
* guix/build/utils.scm (modify-phases): Fix the documentation string.
This commit is contained in:
parent
ddfba024d4
commit
7ee5a694a8
|
@ -518,8 +518,8 @@ following forms:
|
||||||
(add-before <old-phase-name> <new-phase-name> <new-phase>)
|
(add-before <old-phase-name> <new-phase-name> <new-phase>)
|
||||||
(add-after <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>
|
Where every <*-phase-name> is an expression evaluating to a symbol, and
|
||||||
an expression evaluating to a procedure."
|
<new-phase> an expression evaluating to a procedure."
|
||||||
(let* ((phases* phases)
|
(let* ((phases* phases)
|
||||||
(phases* (%modify-phases phases* mod-spec))
|
(phases* (%modify-phases phases* mod-spec))
|
||||||
...)
|
...)
|
||||||
|
|
Loading…
Reference in New Issue