From: Glenn Morris Date: Sat, 6 Oct 2007 01:44:51 +0000 (+0000) Subject: Chris Moore X-Git-Tag: emacs-pretest-23.0.90~10518 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f258b5254d0925cff85582758e53f074b5adc49b;p=emacs.git Chris Moore (server-kill-new-buffers): Doc fix. --- diff --git a/lisp/server.el b/lisp/server.el index b6061617f88..4e7e4450a68 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -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