# HG changeset patch # User Richard M. Stallman # Date 1078419677 0 # Node ID d115cf4b773180a4a390341ad458d0ba697500e4 # Parent 86345e06499998d34b5a317de6d40eb043c56bcc (command-switch-alist): Doc fix. diff -r 86345e064999 -r d115cf4b7731 lisp/startup.el --- a/lisp/startup.el Thu Mar 04 17:00:09 2004 +0000 +++ b/lisp/startup.el Thu Mar 04 17:01:17 2004 +0000 @@ -76,8 +76,8 @@ (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.")