doc: Fix default value of #:recursive? for 'local-file'.
* doc/guix.texi (G-Expressions): The #:recursive? parameter of 'local-file' defaults to #f.
This commit is contained in:
		
							parent
							
								
									d95e8e0170
								
							
						
					
					
						commit
						52530805b3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -3795,7 +3795,7 @@ does not have any effect on what the G-expression does.
 | 
				
			||||||
content is directly passed as a string.
 | 
					content is directly passed as a string.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@deffn {Scheme Procedure} local-file @var{file} [@var{name}] @
 | 
					@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
 | 
					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
 | 
					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
 | 
					up relative to the source file where this form appears.  @var{file} will be added to
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue