Mercurial > emacs
diff lisp/startup.el @ 41155:f079abe99ced
(command-line-processed): Doc fix.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Fri, 16 Nov 2001 18:33:46 +0000 |
| parents | fe298eabbb27 |
| children | b36db0352ec7 |
line wrap: on
line diff
--- a/lisp/startup.el Fri Nov 16 18:30:25 2001 +0000 +++ b/lisp/startup.el Fri Nov 16 18:33:46 2001 +0000 @@ -123,7 +123,7 @@ (setq top-level '(normal-top-level)) (defvar command-line-processed nil - "Non-nil once command line has been processed") + "Non-nil once command line has been processed.") (defgroup initialization nil "Emacs start-up procedure"
