diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:30:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:30:31 +0000 |
commit | ca3685a3e6eb947e7976f194d21301b0a717d5fa (patch) | |
tree | 7d1892b7d01efaf6c0fdafe457ca93ca21e5e4fe /lisp | |
parent | edf959f9d0144e976aada048d37381be494ab29d (diff) | |
download | emacs-ca3685a3e6eb947e7976f194d21301b0a717d5fa.tar.gz |
(initialization): Finish `defgroup' description with period.
Diffstat (limited to 'lisp')
-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 55afbb170eb..0b3f5ddbc10 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -37,7 +37,7 @@ "Non-nil once command line has been processed.") (defgroup initialization nil - "Emacs start-up procedure" + "Emacs start-up procedure." :group 'internal) (defcustom inhibit-startup-message nil |