diff options
| author | Xue Fuqiao | 2013-11-09 15:19:16 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-11-09 15:19:16 +0800 |
| commit | d612ddbb11f5b3ae77b5e67b390d4dd988ede0ee (patch) | |
| tree | 2fe9a2d359656f34be77659f3f06c4db3dc44932 | |
| parent | 6e46645997572bd35b3b575d375261db152a8625 (diff) | |
| download | emacs-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/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/os.texi | 7 |
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 | ||
| 6 | 2013-11-08 Eli Zaretskii <eliz@gnu.org> | 7 | 2013-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. | |||
| 517 | The value of this variable is @code{t} once the command line has been | 517 | The value of this variable is @code{t} once the command line has been |
| 518 | processed. | 518 | processed. |
| 519 | 519 | ||
| 520 | If you redump Emacs by calling @code{dump-emacs}, you may wish to set | 520 | If you redump Emacs by calling @code{dump-emacs} (@pxref{Building |
| 521 | this variable to @code{nil} first in order to cause the new dumped Emacs | 521 | Emacs}), you may wish to set this variable to @code{nil} first in |
| 522 | to process its new command-line arguments. | 522 | order to cause the new dumped Emacs to process its new command-line |
| 523 | arguments. | ||
| 523 | @end defvar | 524 | @end defvar |
| 524 | 525 | ||
| 525 | @defvar command-switch-alist | 526 | @defvar command-switch-alist |