diff options
| -rw-r--r-- | man/cmdargs.texi | 4 | ||||
| -rw-r--r-- | man/doclicense.texi | 2 | ||||
| -rw-r--r-- | man/emacs.texi | 2 | ||||
| -rw-r--r-- | man/entering.texi | 2 | ||||
| -rw-r--r-- | man/xresources.texi | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 21426a86a4c..b06aac4bdb6 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985,86,87,93,94,95,97,2001,03,2004 Free Software Foundation, Inc. | 2 | @c Copyright (C) 1985,86,87,93,94,95,97,2001,03,2004 Free Software Foundation, Inc. |
| 3 | @c See file emacs.texi for copying conditions. | 3 | @c See file emacs.texi for copying conditions. |
| 4 | @node Command Line, X Resources, GNU Free Documentation License, Top | 4 | @node Emacs Invocation, X Resources, GNU Free Documentation License, Top |
| 5 | @appendix Command Line Arguments | 5 | @appendix Command Line Arguments for Emacs Invocation |
| 6 | @cindex command line arguments | 6 | @cindex command line arguments |
| 7 | @cindex arguments (command line) | 7 | @cindex arguments (command line) |
| 8 | @cindex options (command line) | 8 | @cindex options (command line) |
diff --git a/man/doclicense.texi b/man/doclicense.texi index b35cbc329f5..361389cbca9 100644 --- a/man/doclicense.texi +++ b/man/doclicense.texi | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @node GNU Free Documentation License, Command Line, Copying, Top | 2 | @node GNU Free Documentation License, Emacs Invocation, Copying, Top |
| 3 | @appendix GNU Free Documentation License | 3 | @appendix GNU Free Documentation License |
| 4 | @center Version 1.1, March 2000 | 4 | @center Version 1.1, March 2000 |
| 5 | 5 | ||
diff --git a/man/emacs.texi b/man/emacs.texi index 490c1a6ab8d..4e76ca5aca3 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -148,7 +148,7 @@ Important General Concepts | |||
| 148 | and strings). | 148 | and strings). |
| 149 | * Entering Emacs:: Starting Emacs from the shell. | 149 | * Entering Emacs:: Starting Emacs from the shell. |
| 150 | * Exiting:: Stopping or killing Emacs. | 150 | * Exiting:: Stopping or killing Emacs. |
| 151 | * Command Line:: Hairy startup options. | 151 | * Emacs Invocation:: Hairy startup options. |
| 152 | 152 | ||
| 153 | Fundamental Editing Commands | 153 | Fundamental Editing Commands |
| 154 | * Basic:: The most basic editing commands. | 154 | * Basic:: The most basic editing commands. |
diff --git a/man/entering.texi b/man/entering.texi index 1dd47e383a9..ba031980410 100644 --- a/man/entering.texi +++ b/man/entering.texi | |||
| @@ -29,7 +29,7 @@ specify a different major mode for this buffer by setting the variable | |||
| 29 | 29 | ||
| 30 | It is possible to specify files to be visited, Lisp files to be | 30 | It is possible to specify files to be visited, Lisp files to be |
| 31 | loaded, and functions to be called, by giving Emacs arguments in the | 31 | loaded, and functions to be called, by giving Emacs arguments in the |
| 32 | shell command line. @xref{Command Line}. But we don't recommend | 32 | shell command line. @xref{Emacs Invocation}. But we don't recommend |
| 33 | doing this. The feature exists mainly for compatibility with other | 33 | doing this. The feature exists mainly for compatibility with other |
| 34 | editors. | 34 | editors. |
| 35 | 35 | ||
diff --git a/man/xresources.texi b/man/xresources.texi index 0a9759915b7..b1b7d230660 100644 --- a/man/xresources.texi +++ b/man/xresources.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1987,93,94,95,1997,2001,03 Free Software Foundation, Inc. | 2 | @c Copyright (C) 1987,93,94,95,1997,2001,03 Free Software Foundation, Inc. |
| 3 | @c See file emacs.texi for copying conditions. | 3 | @c See file emacs.texi for copying conditions. |
| 4 | @node X Resources, Antinews, Command Line, Top | 4 | @node X Resources, Antinews, Emacs Invocation, Top |
| 5 | @appendix X Options and Resources | 5 | @appendix X Options and Resources |
| 6 | 6 | ||
| 7 | You can customize some X-related aspects of Emacs behavior using X | 7 | You can customize some X-related aspects of Emacs behavior using X |