doc: Fix default value of #:recursive? for 'local-file'.
authorLudovic Courtès <ludo@gnu.org>
Fri, 10 Jun 2016 21:36:16 +0000 (23:36 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 12 Jun 2016 21:54:00 +0000 (23:54 +0200)
* doc/guix.texi (G-Expressions): The #:recursive? parameter of
'local-file' defaults to #f.

doc/guix.texi

index 1f766fc..46d9e77 100644 (file)
@@ -3795,7 +3795,7 @@ does not have any effect on what the G-expression does.
 content is directly passed as a string.
 
 @deffn {Scheme Procedure} local-file @var{file} [@var{name}] @
-   [#:recursive? #t]
+   [#:recursive? #f]
 Return an object representing local file @var{file} to add to the store; this
 object can be used in a gexp.  If @var{file} is a relative file name, it is looked
 up relative to the source file where this form appears.  @var{file} will be added to