aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2016-01-08 00:19:32 +0300
committerDmitry Gutov2016-01-08 00:19:32 +0300
commit51668a535e318edb64b52c69126f2e70c3ebcdec (patch)
treea4d0260cc2c24f178e36d9107528b8c5b082e7cb
parented41d117a434abd28df4585663c2311c87160d1c (diff)
downloademacs-51668a535e318edb64b52c69126f2e70c3ebcdec.tar.gz
emacs-51668a535e318edb64b52c69126f2e70c3ebcdec.zip
; Grammar fix
-rw-r--r--lisp/startup.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index aaa6883bd58..97a6a0bfbc4 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -76,7 +76,7 @@ once you are familiar with the contents of the startup screen."
76 76
77(defvar startup-screen-inhibit-startup-screen nil) 77(defvar startup-screen-inhibit-startup-screen nil)
78 78
79;; The mechanism uses 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
@@ -84,7 +84,7 @@ once you are familiar with the contents of the startup screen."
84(defcustom inhibit-startup-echo-area-message nil 84(defcustom inhibit-startup-echo-area-message nil
85 "Non-nil inhibits the initial startup echo area message. 85 "Non-nil inhibits the initial startup echo area message.
86 86
87The startup message in the echo area as it provides information 87The startup message is in the echo area as it provides information
88about GNU Emacs and the GNU system in general, which we want all 88about GNU Emacs and the GNU system in general, which we want all
89users to see. As this is the least intrusive startup message, 89users to see. As this is the least intrusive startup message,
90this variable gets specialized treatment to prevent the message 90this variable gets specialized treatment to prevent the message