diff options
| author | Chong Yidong | 2012-04-20 17:41:27 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-20 17:41:27 +0800 |
| commit | 71bd2d79ddf869a72a100cf7a890a9d073ee8139 (patch) | |
| tree | 0791b344a9e7b6b12aeab577af31fb907a0d421c | |
| parent | 41cfe0cb4c3cad4c4a417f8a91eb0180e5cc7211 (diff) | |
| download | emacs-71bd2d79ddf869a72a100cf7a890a9d073ee8139.tar.gz emacs-71bd2d79ddf869a72a100cf7a890a9d073ee8139.zip | |
* lisp/startup.el: Fix typo.
| -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 2f72e804892..5c905954c86 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | (defcustom initial-buffer-choice nil | 41 | (defcustom initial-buffer-choice nil |
| 42 | "Buffer to show after starting Emacs. | 42 | "Buffer to show after starting Emacs. |
| 43 | If the value is nil and `inhibit-startup-screen' is nil, show the | 43 | If the value is nil and `inhibit-startup-screen' is nil, show the |
| 44 | startup screen. If the value is string, visit the specified file | 44 | startup screen. If the value is a string, visit the specified file |
| 45 | or directory using `find-file'. If t, open the `*scratch*' | 45 | or directory using `find-file'. If t, open the `*scratch*' |
| 46 | buffer." | 46 | buffer." |
| 47 | :type '(choice | 47 | :type '(choice |