diff options
-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 |