gexp: directory-union: Fix documentation.

* guix/gexp.scm (directory-union): Fix documentation.
This commit is contained in:
Maxim Cournoyer 2022-08-25 22:50:14 -04:00
parent 3294fa2ba4
commit ba0dbe3bf2
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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)