diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-06-04 16:50:43 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-06-04 16:50:43 +0300 |
commit | 4c362b4ef7db64e896b8a9fa5f2b93ff793dee17 (patch) | |
tree | c04683845bbdeee6dfa01c3c22c0452a9b0a619f /doc/emacs/misc.texi | |
parent | 194d54a929a83fede75d618b104acd1b544feb10 (diff) | |
download | emacs-4c362b4ef7db64e896b8a9fa5f2b93ff793dee17.tar.gz emacs-4c362b4ef7db64e896b8a9fa5f2b93ff793dee17.tar.bz2 emacs-4c362b4ef7db64e896b8a9fa5f2b93ff793dee17.zip |
Fix documentation of a recent change.
* etc/NEWS:
* doc/emacs/misc.texi (Invoking emacsclient): Fix a recent change.
(Bug#11358)
Diffstat (limited to 'doc/emacs/misc.texi')
-rw-r--r-- | doc/emacs/misc.texi | 8 |
1 files changed, 4 insertions, 4 deletions
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 |