changeset 78978:5e0ec5155f3e

Chris Moore <dooglus at gmail.com> (server-kill-new-buffers): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 06 Oct 2007 01:44:07 +0000
parents 8424c80a4751
children dd8aff489cf2
files lisp/server.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/server.el	Fri Oct 05 15:42:54 2007 +0000
+++ b/lisp/server.el	Sat Oct 06 01:44:07 2007 +0000
@@ -178,10 +178,10 @@
 (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