diff lisp/startup.el @ 64825:b43107701c1e

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 11:30:12 +0000
parents 5c5fa9b830c2
children d92890473bd3
line wrap: on
line diff
--- a/lisp/startup.el	Tue Aug 09 11:29:43 2005 +0000
+++ b/lisp/startup.el	Tue Aug 09 11:30:12 2005 +0000
@@ -1635,6 +1635,8 @@
                      (setq file file-ex))
                    (load file nil t)))
 
+		;; This is used to handle -script.  It's not clear
+		;; we need to document it.
                 ((member argi '("-scriptload"))
                  (let* ((file (command-line-normalize-file-name
                                (or argval (pop command-line-args-left))))