summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 213c183e1f..0339525b7d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -10003,11 +10003,12 @@ files in the inputs.
 
 By default it tries to run @code{luatex} on all @file{.ins} files, and
 if it fails to find any, on all @file{.dtx} files.  A different engine
-and format can be specified with the @code{#:tex-format} argument.
-Different build targets can be specified with the @code{#:build-targets}
-argument, which expects a list of file names.
+and format can be specified with, respectively, the @code{#:tex-engine}
+and @code{#:tex-format} arguments.  Different build targets can be
+specified with the @code{#:build-targets} argument, which expects a list
+of file names.
 
-It also generates font metrics (i.e., @file{.tfm} files) out of METAFONT
+It also generates font metrics (i.e., @file{.tfm} files) out of Metafont
 files whenever possible.  Likewise, it can also create TeX formats
 (i.e., @file{.fmt} files) listed in the @code{#:create-formats}
 argument.