guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: utils: Fix 'modify-phases' docstring.


From: Leo Famulari
Subject: 03/10: utils: Fix 'modify-phases' docstring.
Date: Wed, 10 Aug 2016 19:41:41 +0000 (UTC)

lfam pushed a commit to branch WIP-core-updates
in repository guix.

commit 7ee5a694a89f508b62d2e5b569a80197b813462a
Author: Taylan Ulrich Bayırlı/Kammer <address@hidden>
Date:   Mon Jun 20 23:29:12 2016 +0200

    utils: Fix 'modify-phases' docstring.
    
    * guix/build/utils.scm (modify-phases): Fix the documentation string.
---
 guix/build/utils.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/build/utils.scm b/guix/build/utils.scm
index 2988193..6e706b3 100644
--- a/guix/build/utils.scm
+++ b/guix/build/utils.scm
@@ -518,8 +518,8 @@ following forms:
   (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))
          ...)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]