(server-start): Mention LEAVE-DEAD arg in the doc string.
This commit is contained in:
parent
914f7ec3f5
commit
bd410bb07b
1 changed files with 2 additions and 1 deletions
|
@ -311,7 +311,8 @@ client \"editors\" can send your editing commands to this Emacs job.
|
|||
To use the server, set up the program `emacsclient' in the
|
||||
Emacs distribution as your standard \"editor\".
|
||||
|
||||
Prefix arg means just kill any existing server communications subprocess."
|
||||
Optional argument LEAVE-DEAD (interactively, a prefix arg) means just
|
||||
kill any existing server communications subprocess."
|
||||
(interactive "P")
|
||||
(when server-process
|
||||
;; kill it dead!
|
||||
|
|
Loading…
Add table
Reference in a new issue