emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4c362b4: Fix documentation of a recent change.


From: Eli Zaretskii
Subject: master 4c362b4: Fix documentation of a recent change.
Date: Fri, 4 Jun 2021 09:51:57 -0400 (EDT)

branch: master
commit 4c362b4ef7db64e896b8a9fa5f2b93ff793dee17
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix documentation of a recent change.
    
    * etc/NEWS:
    * doc/emacs/misc.texi (Invoking emacsclient): Fix a recent change.
    (Bug#11358)
---
 doc/emacs/misc.texi | 8 ++++----
 etc/NEWS            | 3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index aed9fa9..027133c 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -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
diff --git a/etc/NEWS b/etc/NEWS
index c272d27..d10fc5f 100644
--- 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]