1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

Chris Moore <dooglus at gmail.com>

(server-kill-new-buffers): Doc fix.
This commit is contained in:
Glenn Morris 2007-10-06 01:45:16 +00:00
parent 5a25a89581
commit 23b7c55689
2 changed files with 7 additions and 3 deletions

View 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> 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
* bs.el (bs-mode): Make sure global-font-lock-mode doesn't * bs.el (bs-mode): Make sure global-font-lock-mode doesn't

View File

@ -178,10 +178,10 @@ invoke the Emacs server."
(defcustom server-kill-new-buffers t (defcustom server-kill-new-buffers t
"Whether to kill buffers when done with them. "Whether to kill buffers when done with them.
If non-nil, kill a buffer unless it already existed before editing 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'. `server-temp-file-regexp'.
Please note that only buffers are killed that still have a client, Please note that only buffers that still have a client are killed,
i.e. buffers visited which \"emacsclient --no-wait\" are never killed in i.e. buffers visited with \"emacsclient --no-wait\" are never killed in
this way." this way."
:group 'server :group 'server
:type 'boolean :type 'boolean