diff options
| author | Eli Zaretskii | 2009-08-29 08:10:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-08-29 08:10:34 +0000 |
| commit | 76a87a4d3ca9884afc5cb663990deccdf72ef6f3 (patch) | |
| tree | a399a8568416b45c590f824fc77944b9d47c4c77 /doc | |
| parent | 265ac10b18ccd7f4f8d1881cd72980a5cc865b33 (diff) | |
| download | emacs-76a87a4d3ca9884afc5cb663990deccdf72ef6f3.tar.gz emacs-76a87a4d3ca9884afc5cb663990deccdf72ef6f3.zip | |
(Initial Options): Fix last change.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index ce6f6c5ff12..7d43a40914f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-08-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * cmdargs.texi (Initial Options): Fix last change. | ||
| 4 | |||
| 1 | 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * mule.texi (Enabling Multibyte): | 7 | * mule.texi (Enabling Multibyte): |
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index ca153a7e57c..8c63f4e6d84 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -332,6 +332,7 @@ own@footnote{This option has no effect on MS-Windows.}. | |||
| 332 | Enable the Emacs Lisp debugger for errors in the init file. | 332 | Enable the Emacs Lisp debugger for errors in the init file. |
| 333 | @xref{Error Debugging,, Entering the Debugger on an Error, elisp, The | 333 | @xref{Error Debugging,, Entering the Debugger on an Error, elisp, The |
| 334 | GNU Emacs Lisp Reference Manual}. | 334 | GNU Emacs Lisp Reference Manual}. |
| 335 | @end table | ||
| 335 | 336 | ||
| 336 | @node Command Example | 337 | @node Command Example |
| 337 | @appendixsec Command Argument Example | 338 | @appendixsec Command Argument Example |