summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-10-23 12:49:51 +0800
committer宋文武 <iyzsong@gmail.com>2016-10-23 13:02:32 +0800
commit6f52b82d42a27228032b0d1e8106370818153072 (patch)
tree182083e14b87bccb06b6a21f335fd9858bfb897e
parent844f4f6e6208a1c98d688973c2ff581491114171 (diff)
downloadgnu-guix-6f52b82d42a27228032b0d1e8106370818153072.tar
gnu-guix-6f52b82d42a27228032b0d1e8106370818153072.tar.gz
doc: emacs: Clarify 'guix-use-substituse' and 'guix-dry-run'.
Reported by apteryx on #guix. * doc/emacs.texi (Emacs Build Options): Mention the variable value when describe the effects of 'guix-use-substitute' and 'guix-dry-run'.
-rw-r--r--doc/emacs.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi
index c7a8881ef5..1ffb9f636e 100644
--- a/doc/emacs.texi
+++ b/doc/emacs.texi
@@ -417,12 +417,12 @@ this variable, for example:
@end example
@item guix-use-substitutes
-Has the same meaning as @code{--no-substitutes} option (@pxref{Invoking
-guix build}).
+If nil, has the same meaning as @code{--no-substitutes} option
+(@pxref{Invoking guix build}).
@item guix-dry-run
-Has the same meaning as @code{--dry-run} option (@pxref{Invoking guix
-build}).
+If non-nil, has the same meaning as @code{--dry-run} option
+(@pxref{Invoking guix build}).
@end table