]> code.delx.au - gnu-emacs/blobdiff - lisp/startup.el
Merged in changes from CVS HEAD
[gnu-emacs] / lisp / startup.el
index e79ea4407b13a90ee69f53ed0dea19fdd508013c..3186c8a3c27ee5e11b348b05dc54c21910a84def 100644 (file)
@@ -83,8 +83,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.")