diff options
| author | Glenn Morris | 2016-01-07 20:37:17 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-01-07 20:37:17 -0500 |
| commit | eeb710a1bb4375ad334af4981cb691f6efdaf0a0 (patch) | |
| tree | da3234cd0c16e7228d8900354e34eb13bbc09c51 | |
| parent | 428b3de2bfeaa445ca096a5cfabacda8253e8f0e (diff) | |
| download | emacs-eeb710a1bb4375ad334af4981cb691f6efdaf0a0.tar.gz emacs-eeb710a1bb4375ad334af4981cb691f6efdaf0a0.zip | |
; * lisp/startup.el: Sentences end with two spaces.
| -rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 97a6a0bfbc4..15a79f6f5bf 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -77,7 +77,7 @@ once you are familiar with the contents of the startup screen." | |||
| 77 | (defvar startup-screen-inhibit-startup-screen nil) | 77 | (defvar startup-screen-inhibit-startup-screen nil) |
| 78 | 78 | ||
| 79 | ;; The mechanism used to ensure that only end users can disable this | 79 | ;; The mechanism used to ensure that only end users can disable this |
| 80 | ;; message is not complex. Clearly, it is possible for a determined | 80 | ;; message is not complex. Clearly, it is possible for a determined |
| 81 | ;; system administrator to inhibit this message anyway, but at least | 81 | ;; system administrator to inhibit this message anyway, but at least |
| 82 | ;; they will do so with knowledge of why the Emacs developers think | 82 | ;; they will do so with knowledge of why the Emacs developers think |
| 83 | ;; this is a bad idea. | 83 | ;; this is a bad idea. |
| @@ -86,7 +86,7 @@ once you are familiar with the contents of the startup screen." | |||
| 86 | 86 | ||
| 87 | The startup message is in the echo area as it provides information | 87 | The startup message is in the echo area as it provides information |
| 88 | about GNU Emacs and the GNU system in general, which we want all | 88 | about GNU Emacs and the GNU system in general, which we want all |
| 89 | users to see. As this is the least intrusive startup message, | 89 | users to see. As this is the least intrusive startup message, |
| 90 | this variable gets specialized treatment to prevent the message | 90 | this variable gets specialized treatment to prevent the message |
| 91 | from being disabled site-wide by systems administrators, while | 91 | from being disabled site-wide by systems administrators, while |
| 92 | still allowing individual users to do so. | 92 | still allowing individual users to do so. |