]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-switch-alist): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Mar 2004 17:01:17 +0000 (17:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Mar 2004 17:01:17 +0000 (17:01 +0000)
lisp/startup.el

index 26671e500147631b6fe44115ef8f2de6c4c02da6..77bb6e76732048a74bb4d9901f9c4067c75de2c9 100644 (file)
@@ -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.")