aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-11-09 15:19:16 +0800
committerXue Fuqiao2013-11-09 15:19:16 +0800
commitd612ddbb11f5b3ae77b5e67b390d4dd988ede0ee (patch)
tree2fe9a2d359656f34be77659f3f06c4db3dc44932
parent6e46645997572bd35b3b575d375261db152a8625 (diff)
downloademacs-d612ddbb11f5b3ae77b5e67b390d4dd988ede0ee.tar.gz
emacs-d612ddbb11f5b3ae77b5e67b390d4dd988ede0ee.zip
Add an cross-reference.
* doc/lispref/os.texi (Command-Line Arguments): Add cross-reference for `dump-emacs'.
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/os.texi7
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index d3b71ed8cc1..94f3bb594bd 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * os.texi (Startup Summary): Add an index about startup screen. 3 * os.texi (Startup Summary): Add an index about startup screen.
4 Typo fix. 4 Typo fix.
5 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
5 6
62013-11-08 Eli Zaretskii <eliz@gnu.org> 72013-11-08 Eli Zaretskii <eliz@gnu.org>
7 8
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index c96a3af3c36..ae1d2f4d0e2 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -517,9 +517,10 @@ displays the startup messages.
517The value of this variable is @code{t} once the command line has been 517The value of this variable is @code{t} once the command line has been
518processed. 518processed.
519 519
520If you redump Emacs by calling @code{dump-emacs}, you may wish to set 520If you redump Emacs by calling @code{dump-emacs} (@pxref{Building
521this variable to @code{nil} first in order to cause the new dumped Emacs 521Emacs}), you may wish to set this variable to @code{nil} first in
522to process its new command-line arguments. 522order to cause the new dumped Emacs to process its new command-line
523arguments.
523@end defvar 524@end defvar
524 525
525@defvar command-switch-alist 526@defvar command-switch-alist