From: Eli Zaretskii Date: Fri, 4 Jun 2021 13:50:43 +0000 (+0300) Subject: Fix documentation of a recent change. X-Git-Tag: emacs-28.0.90~2195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c362b4ef7db64e896b8a9fa5f2b93ff793dee17;p=emacs.git Fix documentation of a recent change. * etc/NEWS: * doc/emacs/misc.texi (Invoking emacsclient): Fix a recent change. (Bug#11358) --- diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index aed9fa9c665..027133cc3a3 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 c272d279b8e..d10fc5f2a1d 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