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

lisp/ChangeLog
lisp/server.el

index 5cd9c870df1ab0be1b60111457175b738d0a9751..976caa1035605956a629cf043fc045df1bc57540 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-05  Chris Moore  <dooglus@gmail.com>
+
+       * server.el (server-kill-new-buffers): Doc fix.
+
 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
 
        * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
index 8f7f7785392144c85f03910886dd57bcc7e70542..8eb9dbb685e9818a50821d04eaf8a37e46df1f3c 100644 (file)
@@ -178,10 +178,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