diff options
| author | Eli Zaretskii | 2006-04-09 18:45:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-04-09 18:45:35 +0000 |
| commit | 0462a47d1c02c0532aeda37875eada012528e93e (patch) | |
| tree | 61fd4e939f75d5ee11442d6ceb4e8ed029089633 | |
| parent | f61afad3659acc58a868f7dbbec818fee1b034e8 (diff) | |
| download | emacs-0462a47d1c02c0532aeda37875eada012528e93e.tar.gz emacs-0462a47d1c02c0532aeda37875eada012528e93e.zip | |
(Command-Line Arguments): Update xref to emacs manual
"Command Arguments" -> "Emacs Invocation", per change there.
| -rw-r--r-- | lispref/os.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/os.texi b/lispref/os.texi index 475a8bd8687..f8b43cfa7f0 100644 --- a/lispref/os.texi +++ b/lispref/os.texi | |||
| @@ -404,8 +404,9 @@ remaining command-line arguments in the variable | |||
| 404 | arguments is in @code{command-line-args}.) | 404 | arguments is in @code{command-line-args}.) |
| 405 | 405 | ||
| 406 | The command-line arguments are parsed by the @code{command-line-1} | 406 | The command-line arguments are parsed by the @code{command-line-1} |
| 407 | function in the @file{startup.el} file. See also @ref{Command | 407 | function in the @file{startup.el} file. See also @ref{Emacs |
| 408 | Arguments, , Command Line Arguments, emacs, The GNU Emacs Manual}. | 408 | Invocation, , Command Line Arguments for Emacs Invocation, emacs, The |
| 409 | GNU Emacs Manual}. | ||
| 409 | @end defvar | 410 | @end defvar |
| 410 | 411 | ||
| 411 | @defvar command-line-args | 412 | @defvar command-line-args |