diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-04-09 18:45:35 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-04-09 18:45:35 +0000 |
commit | 63670f28c1ffd572fae9dff996e4105ecb75d719 (patch) | |
tree | a4d4abe0a5eb3c54f0804cc6aa8378e9b918ffd5 /lispref | |
parent | c2955d0dca96a9c4b258a02dea6ef1f6fa7d2408 (diff) | |
download | emacs-63670f28c1ffd572fae9dff996e4105ecb75d719.tar.gz |
(Command-Line Arguments): Update xref to emacs manual
"Command Arguments" -> "Emacs Invocation", per change there.
Diffstat (limited to 'lispref')
-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 arguments is in @code{command-line-args}.) The command-line arguments are parsed by the @code{command-line-1} -function in the @file{startup.el} file. See also @ref{Command -Arguments, , Command Line Arguments, emacs, The GNU Emacs Manual}. +function in the @file{startup.el} file. See also @ref{Emacs +Invocation, , Command Line Arguments for Emacs Invocation, emacs, The +GNU Emacs Manual}. @end defvar @defvar command-line-args |