[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: doc: Use '@lisp' for 'options->transformation' example.
From: |
guix-commits |
Subject: |
02/06: doc: Use '@lisp' for 'options->transformation' example. |
Date: |
Tue, 3 Nov 2020 05:58:41 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit dbf572e0077fba3a67c404d830da38861dda4587
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 3 10:40:25 2020 +0100
doc: Use '@lisp' for 'options->transformation' example.
* doc/guix.texi (Defining Package Variants): Use @lisp for
'options->transformation' example.
---
doc/guix.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 3255eba..a20e54f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6919,10 +6919,10 @@ Return a procedure that, when passed an object to build
(package,
derivation, etc.), applies the transformations specified by @var{opts} and
returns
the resulting objects. @var{opts} must be a list of symbol/string pairs such
as:
-@example
+@lisp
((with-branch . "guile-gcrypt=master")
(without-tests . "libgcrypt"))
-@end example
+@end lisp
Each symbol names a transformation and the corresponding string is an argument
to that transformation.
- branch master updated (d7f2b1e -> 51482b9), guix-commits, 2020/11/03
- 03/06: doc: Illustrate procedures that return packages., guix-commits, 2020/11/03
- 04/06: gnu: Add mkp224o., guix-commits, 2020/11/03
- 01/06: nls: Internationalize command synopses as shown in 'guix help'., guix-commits, 2020/11/03
- 02/06: doc: Use '@lisp' for 'options->transformation' example.,
guix-commits <=
- 05/06: gnu: pwsafe: Update to 3.54.1, guix-commits, 2020/11/03
- 06/06: gnu: granite: Upgrade to 5.5.0., guix-commits, 2020/11/03