From: Richard M. Stallman Date: Thu, 12 Sep 2002 03:26:59 +0000 (+0000) Subject: (syms_of_emacs) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~13213 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a9d2ed67da11670638f6ab3f5adfba22127ba50;p=emacs.git (syms_of_emacs) : Doc fix. --- diff --git a/src/emacs.c b/src/emacs.c index 434befaaa62..96e33928a51 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2281,7 +2281,8 @@ syms_of_emacs () 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. */);