1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

doc: Use '@lisp' for 'options->transformation' example.

* doc/guix.texi (Defining Package Variants): Use @lisp for
'options->transformation' example.
This commit is contained in:
Ludovic Courtès
2020-11-03 10:40:25 +01:00
parent 0dc89c0368
commit dbf572e007

View File

@@ -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.