Fix documentation of a recent change.
* etc/NEWS: * doc/emacs/misc.texi (Invoking emacsclient): Fix a recent change. (Bug#11358)
This commit is contained in:
parent
194d54a929
commit
4c362b4ef7
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
3
etc/NEWS
3
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue