From: Eli Zaretskii Date: Sat, 27 Jan 2007 19:03:43 +0000 (+0000) Subject: (server-start): Mention LEAVE-DEAD arg in the doc string. X-Git-Tag: emacs-pretest-22.0.94~595 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd410bb07bb6794ff487543aae76530c74fa01a1;p=emacs.git (server-start): Mention LEAVE-DEAD arg in the doc string. --- 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. 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!