diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-16 18:34:06 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-16 18:34:06 +0000 |
commit | 2879a13bfd51aac2182d151554acc25d9800ac6c (patch) | |
tree | 5d603076f375859bf44407177ac2ff75aade15bf /lisp/startup.el | |
parent | a11a4e9ff6abbdadd7bdaf78dd09d486b3af74a7 (diff) | |
download | emacs-2879a13bfd51aac2182d151554acc25d9800ac6c.tar.gz |
(command-line-processed): Doc fix.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index c2bfe10396e..08f690c5daa 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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" |