aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-09-12 03:26:59 +0000
committerRichard M. Stallman <[email protected]>2002-09-12 03:26:59 +0000
commit2a9d2ed67da11670638f6ab3f5adfba22127ba50 (patch)
tree79f08bf8cd39f2c143089d1aa7fdb900a8efaded
parent6155205e82b591c216784f573f8d300db6186765 (diff)
(syms_of_emacs) <command-line-args>: Doc fix.
-rw-r--r--src/emacs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 434befaaa6..96e33928a5 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. */);