From 7ee5a694a89f508b62d2e5b569a80197b813462a Mon Sep 17 00:00:00 2001 From: Taylan Ulrich Bayırlı/Kammer Date: Mon, 20 Jun 2016 23:29:12 +0200 Subject: 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(-) (limited to 'guix/build/utils.scm') diff --git a/guix/build/utils.scm b/guix/build/utils.scm index 2988193fce..6e706b378e 100644 --- a/guix/build/utils.scm +++ b/guix/build/utils.scm @@ -518,8 +518,8 @@ following forms: (add-before ) (add-after ) -Where every <*-phase-name> is an automatically quoted symbol, and -an expression evaluating to a procedure." +Where every <*-phase-name> is an expression evaluating to a symbol, and + an expression evaluating to a procedure." (let* ((phases* phases) (phases* (%modify-phases phases* mod-spec)) ...) -- cgit v1.2.3