From 5bb54c616f442f29e9241bd920a15f8a4d5f0432 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 4 Mar 2004 17:01:17 +0000 Subject: [PATCH] (command-switch-alist): Doc fix. --- lisp/startup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index 26671e50014..77bb6e76732 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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.") -- 2.39.2