diff mbox series

[bug#59699] doc: Fix formatting for 'computed-file'.

Message ID b085ec6a047f953fb029325bf9740e5aa87cc916.1669756895.git.mirai@makinata.eu
State New
Headers show
Series [bug#59699] doc: Fix formatting for 'computed-file'. | expand

Commit Message

Bruno Victal Nov. 29, 2022, 9:21 p.m. UTC
From: Bruno Victal <mirai@makinata.eu>

* doc/guix.texi (G-Expressions): Fix formatting for 'computed-file'.
---
 doc/guix.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


base-commit: aaf1f18b8044142515ff868bcbd2b72b81ced3ec
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 47b805dc7f..57d7ea0218 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11706,8 +11706,7 @@  This is the declarative counterpart of @code{text-file}.
 @end deffn
 
 @deffn {Scheme Procedure} computed-file @var{name} @var{gexp} @
-          [#:local-build? #t]
-          [#:options '()]
+  [#:local-build? #t] [#:options '()]
 Return an object representing the store item @var{name}, a file or
 directory computed by @var{gexp}.  When @var{local-build?} is true (the
 default), the derivation is built locally.  @var{options} is a list of