# HG changeset patch # User Richard M. Stallman # Date 1031801219 0 # Node ID 612929500d46cb1e7b80ebad010f86d53d088cc5 # Parent 49c23a6bf79fe2394aa6631f1648262fa614d81b (syms_of_emacs) : Doc fix. diff -r 49c23a6bf79f -r 612929500d46 src/emacs.c --- 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. */);