]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation of a recent change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 4 Jun 2021 13:50:43 +0000 (16:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 4 Jun 2021 13:50:43 +0000 (16:50 +0300)
* etc/NEWS:
* doc/emacs/misc.texi (Invoking emacsclient): Fix a recent change.
(Bug#11358)

doc/emacs/misc.texi
etc/NEWS

index aed9fa9c6653c672321cbc7dc5fb269b4b657b40..027133cc3a343b451ece4b13f43353cc7780ad60 100644 (file)
@@ -1865,10 +1865,10 @@ editor---in this case @command{emacsclient}---to exit before doing
 something else.
 
 @findex server-edit-abort
-  If you want to abandon the edit instead, use the @kbd{M-x
-server-edit-abort} command.  This sends a message back to the
-@command{emacsclient} program, telling it to exit, but doesn't save
-any files.
+  If you want to abandon the edit instead, use the @w{@kbd{M-x
+server-edit-abort}} command.  This sends a message back to the
+@command{emacsclient} program, telling it to exit with abnormal exit
+status, and doesn't save any buffers.
 
   You can also call @command{emacsclient} with multiple file name
 arguments: @samp{emacsclient @var{file1} @var{file2} ...} tells the
index c272d279b8ee7152f15baa585af98e2818db0a0d..d10fc5f2a1d1ea8362f71eaa8426fb6ab67a4ea2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -514,7 +514,8 @@ is set to nil, this message is inhibited.
 *** New command 'server-edit-abort'.
 This command (not bound to any key by default) can be used to abort
 an edit instead of marking it as "Done" (which the 'C-x #' command
-does).
+does).  The 'emacsclient' program exits with an abnormal status as
+result of this command.
 
 ** Perl mode