changeset 54260:d115cf4b7731

(command-switch-alist): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Mar 2004 17:01:17 +0000
parents 86345e064999
children 94db0f6330b3
files lisp/startup.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.")