comparison lisp/server.el @ 85050:441ea5bdff8f

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:51 +0000
parents 90cae4d53a9c
children 1450635498a0
comparison
equal deleted inserted replaced
85049:d2777897b96d 85050:441ea5bdff8f
175 :type 'regexp) 175 :type 'regexp)
176 176
177 (defcustom server-kill-new-buffers t 177 (defcustom server-kill-new-buffers t
178 "Whether to kill buffers when done with them. 178 "Whether to kill buffers when done with them.
179 If non-nil, kill a buffer unless it already existed before editing 179 If non-nil, kill a buffer unless it already existed before editing
180 it with Emacs server. If nil, kill only buffers as specified by 180 it with the Emacs server. If nil, kill only buffers as specified by
181 `server-temp-file-regexp'. 181 `server-temp-file-regexp'.
182 Please note that only buffers are killed that still have a client, 182 Please note that only buffers that still have a client are killed,
183 i.e. buffers visited which \"emacsclient --no-wait\" are never killed in 183 i.e. buffers visited with \"emacsclient --no-wait\" are never killed in
184 this way." 184 this way."
185 :group 'server 185 :group 'server
186 :type 'boolean 186 :type 'boolean
187 :version "21.1") 187 :version "21.1")
188 188