From 2a9d2ed67da11670638f6ab3f5adfba22127ba50 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" <rms@gnu.org> Date: Thu, 12 Sep 2002 03:26:59 +0000 Subject: [PATCH] (syms_of_emacs) <command-line-args>: Doc fix. --- src/emacs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */); -- 2.39.5