doc: Fix `copy-recursively' arguments.

The `select?' keyword is part of the description instead of immediately
following `keep-permissions?' in the arguments list for `copy-recursively'.
This adds a missing '@' to fix that.

* doc/guix.texi (Build Utilities): Fix `copy-recursively' arguments.

Change-Id: If6802490a6afebc884b039d84f1fe4f9202a1151
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
aurtzy 2024-11-12 01:56:03 -05:00 committed by Ludovic Courtès
parent dabbf71aa7
commit ab80403eea
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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