guix-devel
[Top][All Lists]
Advanced

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

[PATCH] utils: Fix 'modify-phases' docstring.


From: "Taylan Ulrich Bayırlı/Kammer"
Subject: [PATCH] utils: Fix 'modify-phases' docstring.
Date: Mon, 20 Jun 2016 23:37:02 +0200

This is a trivial patch to guix/build/utils.scm.  I'm still not clear
on what must go to core-updates and what not, so guide me please.


===File
/home/taylan/src/guix/0001-utils-Fix-modify-phases-docstring.patch===
>From 7723d713fe058fec4d09150c78063eff47333858 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
 <address@hidden>
Date: Mon, 20 Jun 2016 23:29:12 +0200
Subject: [PATCH] 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))
          ...)
-- 
2.8.4

============================================================



reply via email to

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