Mercurial > emacs
comparison lisp/startup.el @ 54260:d115cf4b7731
(command-switch-alist): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 04 Mar 2004 17:01:17 +0000 |
parents | a401292753e2 |
children | dd005a791c40 b1f57ac99be5 |
comparison
equal
deleted
inserted
replaced
54259:86345e064999 | 54260:d115cf4b7731 |
---|---|
74 :group 'initialization) | 74 :group 'initialization) |
75 | 75 |
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.") |
84 | 84 |
85 (defvar command-line-functions nil ;; lrs 7/31/89 | 85 (defvar command-line-functions nil ;; lrs 7/31/89 |