]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix recent typos/wording in NEWS and server.el
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 7 Dec 2020 16:06:14 +0000 (16:06 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Mon, 7 Dec 2020 16:07:41 +0000 (16:07 +0000)
etc/NEWS
lisp/server.el

index c80325cb2401587f1972e2fd701ba07dd1316448..d796a4cdbcdbe832f76c118d48533f0b915272a3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1371,11 +1371,10 @@ This new command (bound to 'C-c C-l') regenerates the current hunk.
 ** Miscellaneous
 
 ---
-*** Errors in 'kill-emacs-hook' no longer prevents Emacs from shutting down.
+*** Errors in 'kill-emacs-hook' no longer prevent Emacs from shutting down.
 If a function in that hook signals an error in an interactive Emacs,
-the user will be prompted whether to continue or not.  If the user
-doesn't answer within five seconds, Emacs will continue shutting down
-anyway.
+the user will be prompted on whether to continue.  If the user doesn't
+answer within five seconds, Emacs will continue shutting down anyway.
 
 ---
 *** iso-transl is now preloaded.
index 651f801a237652318a8db802cc67f33d209b6c90..cd55d66a9756f3ca4b5732a54badc182fb8d553f 100644 (file)
@@ -269,8 +269,8 @@ the \"-f\" switch otherwise."
   :version "23.1")
 
 (defcustom server-client-instructions t
-  "If non-nil, output instructions on how to exit the client on connection.
-If non, no messaging is done."
+  "If non-nil, display instructions on how to exit the client on connection.
+If nil, no instructions are displayed."
   :version "28.1"
   :type 'boolean)