aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/server.el
diff options
context:
space:
mode:
authorEli Zaretskii2007-01-27 19:03:43 +0000
committerEli Zaretskii2007-01-27 19:03:43 +0000
commitbd410bb07bb6794ff487543aae76530c74fa01a1 (patch)
treebc0ffe34774396aec3d238fc48229eef36138b85 /lisp/server.el
parent914f7ec3f5b35be10bc5e4d9f843418c1b3fbb25 (diff)
downloademacs-bd410bb07bb6794ff487543aae76530c74fa01a1.tar.gz
emacs-bd410bb07bb6794ff487543aae76530c74fa01a1.zip
(server-start): Mention LEAVE-DEAD arg in the doc string.
Diffstat (limited to 'lisp/server.el')
-rw-r--r--lisp/server.el3
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.
311To use the server, set up the program `emacsclient' in the 311To use the server, set up the program `emacsclient' in the
312Emacs distribution as your standard \"editor\". 312Emacs distribution as your standard \"editor\".
313 313
314Prefix arg means just kill any existing server communications subprocess." 314Optional argument LEAVE-DEAD (interactively, a prefix arg) means just
315kill 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!