summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-11-16 18:34:06 +0000
committerPavel Janík <Pavel@Janik.cz>2001-11-16 18:34:06 +0000
commit2879a13bfd51aac2182d151554acc25d9800ac6c (patch)
tree5d603076f375859bf44407177ac2ff75aade15bf /lisp/startup.el
parenta11a4e9ff6abbdadd7bdaf78dd09d486b3af74a7 (diff)
downloademacs-2879a13bfd51aac2182d151554acc25d9800ac6c.tar.gz
(command-line-processed): Doc fix.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el2
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"