guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: doc: Fix default value of #:recursive? for 'local-file'.


From: Ludovic Courtès
Subject: 01/04: doc: Fix default value of #:recursive? for 'local-file'.
Date: Sun, 12 Jun 2016 21:55:53 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 52530805b307abe2ce9178d088e90d43f0c77cb2
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 10 23:36:16 2016 +0200

    doc: Fix default value of #:recursive? for 'local-file'.
    
    * doc/guix.texi (G-Expressions): The #:recursive? parameter of
    'local-file' defaults to #f.
---
 doc/guix.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 1f766fc..46d9e77 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} address@hidden @
-   [#: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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]