aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-10-11 09:05:20 +0200
committerLars Ingebrigtsen2019-10-11 09:05:25 +0200
commit17fea5ba38c58324ac4029a348456484d3ea0c35 (patch)
tree45c06908915104b007be244b9f1462fe6b22c410
parente3f97d73653df725322d7f2392d36f858cce5a73 (diff)
downloademacs-17fea5ba38c58324ac4029a348456484d3ea0c35.tar.gz
emacs-17fea5ba38c58324ac4029a348456484d3ea0c35.zip
Expand the documentation of --no-build-details
* doc/emacs/cmdargs.texi (Initial Options): Mention that --no-build-details shouldn't be used in regular usage (bug#34448).
-rw-r--r--doc/emacs/cmdargs.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi
index 34a5ff5f2c1..3f008ecc8e7 100644
--- a/doc/emacs/cmdargs.texi
+++ b/doc/emacs/cmdargs.texi
@@ -288,8 +288,10 @@ on this first line as a comment delimiter.
288@opindex --no-build-details 288@opindex --no-build-details
289@cindex build details 289@cindex build details
290@cindex deterministic build 290@cindex deterministic build
291Omit details like system name and build time from the Emacs executable, 291Omit details like system name and build time from the Emacs
292so that builds are more deterministic. 292executable, so that builds are more deterministic. This switch is not
293meant for regular (or interactive) use, since it makes commands like
294@code{system-name} return @code{nil}.
293 295
294@item -q 296@item -q
295@opindex -q 297@opindex -q