diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-10-11 09:05:20 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-10-11 09:05:25 +0200 |
commit | 17fea5ba38c58324ac4029a348456484d3ea0c35 (patch) | |
tree | 45c06908915104b007be244b9f1462fe6b22c410 | |
parent | e3f97d73653df725322d7f2392d36f858cce5a73 (diff) | |
download | emacs-17fea5ba38c58324ac4029a348456484d3ea0c35.tar.gz |
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.texi | 6 |
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. @opindex --no-build-details @cindex build details @cindex deterministic build -Omit details like system name and build time from the Emacs executable, -so that builds are more deterministic. +Omit details like system name and build time from the Emacs +executable, so that builds are more deterministic. This switch is not +meant for regular (or interactive) use, since it makes commands like +@code{system-name} return @code{nil}. @item -q @opindex -q |