diff src/emacs.c @ 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 ee4b7a64e13c
children 8d4ba9addc8e
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.  */);