summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index d2000785c6..2ab78d6237 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -10648,7 +10648,7 @@ Make @var{file} writable for its owner.
 
 @deffn {Procedure} copy-recursively source destination @
   [#:log (current-output-port)] [#:follow-symlinks? #f] @
-  [#:copy-file copy-file] [#:keep-mtime? #f] [#:keep-permissions? #t]
+  [#:copy-file copy-file] [#:keep-mtime? #f] [#:keep-permissions? #t] @
   [#:select? (const #t)]
 Copy @var{source} directory to @var{destination}.  Follow symlinks if
 @var{follow-symlinks?}  is true; otherwise, just preserve them.  Call