]> git.eshelyaron.com Git - emacs.git/commitdiff
Chris Moore <dooglus at gmail.com>
authorGlenn Morris <rgm@gnu.org>
Sat, 6 Oct 2007 01:44:51 +0000 (01:44 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 6 Oct 2007 01:44:51 +0000 (01:44 +0000)
(server-kill-new-buffers): Doc fix.

lisp/server.el

index b6061617f88132dfdc4c549a9b9b1b9a2b5081c5..4e7e4450a6868750b6a3c0ae7f276df0071d188d 100644 (file)
@@ -177,10 +177,10 @@ invoke the Emacs server."
 (defcustom server-kill-new-buffers t
   "Whether to kill buffers when done with them.
 If non-nil, kill a buffer unless it already existed before editing
-it with Emacs server.  If nil, kill only buffers as specified by
+it with the Emacs server.  If nil, kill only buffers as specified by
 `server-temp-file-regexp'.
-Please note that only buffers are killed that still have a client,
-i.e. buffers visited which \"emacsclient --no-wait\" are never killed in
+Please note that only buffers that still have a client are killed,
+i.e. buffers visited with \"emacsclient --no-wait\" are never killed in
 this way."
   :group 'server
   :type 'boolean