diff options
| author | Richard M. Stallman | 2004-03-04 17:01:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-03-04 17:01:17 +0000 |
| commit | 5bb54c616f442f29e9241bd920a15f8a4d5f0432 (patch) | |
| tree | 70a2469b0d33f6cc137f8163b485187f7799ee02 | |
| parent | 2c6a22540aca3109251f6c548783c4eba227276b (diff) | |
| download | emacs-5bb54c616f442f29e9241bd920a15f8a4d5f0432.tar.gz emacs-5bb54c616f442f29e9241bd920a15f8a4d5f0432.zip | |
(command-switch-alist): Doc fix.
| -rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 26671e50014..77bb6e76732 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -76,8 +76,8 @@ the startup message unless he personally acts to inhibit it." | |||
| 76 | (defvar command-switch-alist nil | 76 | (defvar command-switch-alist nil |
| 77 | "Alist of command-line switches. | 77 | "Alist of command-line switches. |
| 78 | Elements look like (SWITCH-STRING . HANDLER-FUNCTION). | 78 | Elements look like (SWITCH-STRING . HANDLER-FUNCTION). |
| 79 | HANDLER-FUNCTION receives switch name as sole arg; | 79 | HANDLER-FUNCTION receives the switch string as its sole argument; |
| 80 | remaining command-line args are in the variable `command-line-args-left'.") | 80 | the remaining command-line args are in the variable `command-line-args-left'.") |
| 81 | 81 | ||
| 82 | (defvar command-line-args-left nil | 82 | (defvar command-line-args-left nil |
| 83 | "List of command-line args not yet processed.") | 83 | "List of command-line args not yet processed.") |