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
*** 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