(server-start): Mention LEAVE-DEAD arg in the doc string.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jan 2007 19:03:43 +0000 (19:03 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Jan 2007 19:03:43 +0000 (19:03 +0000)
lisp/server.el

index beb065e..f03c802 100644 (file)
@@ -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!