diff options
| author | Richard M. Stallman | 2002-09-12 03:26:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-12 03:26:59 +0000 |
| commit | 2a9d2ed67da11670638f6ab3f5adfba22127ba50 (patch) | |
| tree | 79f08bf8cd39f2c143089d1aa7fdb900a8efaded /src | |
| parent | 6155205e82b591c216784f573f8d300db6186765 (diff) | |
| download | emacs-2a9d2ed67da11670638f6ab3f5adfba22127ba50.tar.gz emacs-2a9d2ed67da11670638f6ab3f5adfba22127ba50.zip | |
(syms_of_emacs) <command-line-args>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 3 |
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. |
| 2285 | Many 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. */); |