]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_emacs) <command-line-args>: Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 Sep 2002 03:26:59 +0000 (03:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 Sep 2002 03:26:59 +0000 (03:26 +0000)
src/emacs.c

index 434befaaa620cd87021b05cd5996e3158cb44451..96e33928a51d8b32fa40b4b0c5596ffabf03ead6 100644 (file)
@@ -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.  */);