guix-commits
[Top][All Lists]
Advanced

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

01/02: gexp: directory-union: Fix documentation.


From: guix-commits
Subject: 01/02: gexp: directory-union: Fix documentation.
Date: Sun, 28 Aug 2022 21:59:26 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit ba0dbe3bf2ae4e036a6974489d30bd7f1571a13a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Aug 25 22:50:14 2022 -0400

    gexp: directory-union: Fix documentation.
    
    * guix/gexp.scm (directory-union): Fix documentation.
---
 guix/gexp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/gexp.scm b/guix/gexp.scm
index ef92223048..73595a216b 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -2140,8 +2140,8 @@ Call RESOLVE-COLLISION when several files collide, 
passing it the list of
 colliding files.  RESOLVE-COLLISION must return the chosen file or #f, in
 which case the colliding entry is skipped altogether.
 
-When HARD-LINKS? is true, create hard links instead of symlinks.  When QUIET?
-is true, the derivation will not print anything."
+When COPY? is true, copy files instead of creating symlinks.  When QUIET?  is
+true, the derivation will not print anything."
   (define symlink
     (if copy?
         (gexp (lambda (old new)



reply via email to

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