guix-commits
[Top][All Lists]
Advanced

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

01/01: utils: Fix 'modify-phases' docstring.


From: Taylan Ulrich Bay?rl?/Kammer
Subject: 01/01: utils: Fix 'modify-phases' docstring.
Date: Tue, 21 Jun 2016 21:00:29 +0000 (UTC)

taylanub pushed a commit to branch core-updates-next
in repository guix.

commit bd46fdcf6aa28acfc87855e522a06d9bc084e4ed
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]