mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(command-switch-alist): Doc fix.
This commit is contained in:
parent
2c6a22540a
commit
5bb54c616f
@ -76,8 +76,8 @@ the startup message unless he personally acts to inhibit it."
|
||||
(defvar command-switch-alist nil
|
||||
"Alist of command-line switches.
|
||||
Elements look like (SWITCH-STRING . HANDLER-FUNCTION).
|
||||
HANDLER-FUNCTION receives switch name as sole arg;
|
||||
remaining command-line args are in the variable `command-line-args-left'.")
|
||||
HANDLER-FUNCTION receives the switch string as its sole argument;
|
||||
the remaining command-line args are in the variable `command-line-args-left'.")
|
||||
|
||||
(defvar command-line-args-left nil
|
||||
"List of command-line args not yet processed.")
|
||||
|
Loading…
Reference in New Issue
Block a user