diff options
| -rw-r--r-- | lisp/server.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/server.el b/lisp/server.el index beb065ef437..f03c802bb77 100644 --- a/lisp/server.el +++ b/lisp/server.el | |||
| @@ -311,7 +311,8 @@ client \"editors\" can send your editing commands to this Emacs job. | |||
| 311 | To use the server, set up the program `emacsclient' in the | 311 | To use the server, set up the program `emacsclient' in the |
| 312 | Emacs distribution as your standard \"editor\". | 312 | Emacs distribution as your standard \"editor\". |
| 313 | 313 | ||
| 314 | Prefix arg means just kill any existing server communications subprocess." | 314 | Optional argument LEAVE-DEAD (interactively, a prefix arg) means just |
| 315 | kill any existing server communications subprocess." | ||
| 315 | (interactive "P") | 316 | (interactive "P") |
| 316 | (when server-process | 317 | (when server-process |
| 317 | ;; kill it dead! | 318 | ;; kill it dead! |