diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-06-10 23:36:16 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-12 23:54:00 +0200 |
commit | 52530805b307abe2ce9178d088e90d43f0c77cb2 (patch) | |
tree | 35bcdc66c280ec3a89ff69168ba7697ae4974d45 /doc | |
parent | d95e8e0170f7d4f9c50921379e89192425a65038 (diff) | |
download | patches-52530805b307abe2ce9178d088e90d43f0c77cb2.tar patches-52530805b307abe2ce9178d088e90d43f0c77cb2.tar.gz |
doc: Fix default value of #:recursive? for 'local-file'.
* doc/guix.texi (G-Expressions): The #:recursive? parameter of
'local-file' defaults to #f.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1f766fc13b..46d9e77fe6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |