Mercurial > emacs
changeset 47430:612929500d46
(syms_of_emacs) <command-line-args>: Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 12 Sep 2002 03:26:59 +0000 |
parents | 49c23a6bf79f |
children | 8871e67384e4 |
files | src/emacs.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Thu Sep 12 03:26:23 2002 +0000 +++ b/src/emacs.c Thu Sep 12 03:26:59 2002 +0000 @@ -2281,7 +2281,8 @@ defsubr (&Sinvocation_directory); DEFVAR_LISP ("command-line-args", &Vcommand_line_args, - doc: /* Args passed by shell to Emacs, as a list of strings. */); + doc: /* Args passed by shell to Emacs, as a list of strings. +Many arguments are deleted from the list as they are processed. */); DEFVAR_LISP ("system-type", &Vsystem_type, doc: /* Value is symbol indicating type of operating system you are using. */);