# HG changeset patch # User Eli Zaretskii # Date 1169924623 0 # Node ID 09eed279600111fa1fec8d112f6e574acbcffcea # Parent 6e4c048500906ee5cd792d9b5a54028b93fd7f56 (server-start): Mention LEAVE-DEAD arg in the doc string. diff -r 6e4c04850090 -r 09eed2796001 lisp/server.el --- 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!