changeset 75442:09eed2796001

(server-start): Mention LEAVE-DEAD arg in the doc string.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Jan 2007 19:03:43 +0000
parents 6e4c04850090
children d1ddbd8d646d
files lisp/server.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/server.el	Sat Jan 27 18:47:55 2007 +0000
+++ b/lisp/server.el	Sat Jan 27 19:03:43 2007 +0000
@@ -311,7 +311,8 @@
 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!