diff options
| -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 @@ | |||
| 37 | "Non-nil once command line has been processed.") | 37 | "Non-nil once command line has been processed.") |
| 38 | 38 | ||
| 39 | (defgroup initialization nil | 39 | (defgroup initialization nil |
| 40 | "Emacs start-up procedure" | 40 | "Emacs start-up procedure." |
| 41 | :group 'internal) | 41 | :group 'internal) |
| 42 | 42 | ||
| 43 | (defcustom inhibit-startup-message nil | 43 | (defcustom inhibit-startup-message nil |