aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c3
1 files changed, 2 insertions, 1 deletions
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 ()
2281 defsubr (&Sinvocation_directory); 2281 defsubr (&Sinvocation_directory);
2282 2282
2283 DEFVAR_LISP ("command-line-args", &Vcommand_line_args, 2283 DEFVAR_LISP ("command-line-args", &Vcommand_line_args,
2284 doc: /* Args passed by shell to Emacs, as a list of strings. */); 2284 doc: /* Args passed by shell to Emacs, as a list of strings.
2285Many arguments are deleted from the list as they are processed. */);
2285 2286
2286 DEFVAR_LISP ("system-type", &Vsystem_type, 2287 DEFVAR_LISP ("system-type", &Vsystem_type,
2287 doc: /* Value is symbol indicating type of operating system you are using. */); 2288 doc: /* Value is symbol indicating type of operating system you are using. */);