changeset 31031:bdfc8801dbb8

Document server-kill-new-buffers.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 22 Aug 2000 09:41:40 +0000
parents 5f19633e9dc2
children 16697e53a439
files man/misc.texi
diffstat 1 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/misc.texi	Tue Aug 22 09:31:39 2000 +0000
+++ b/man/misc.texi	Tue Aug 22 09:41:40 2000 +0000
@@ -1174,9 +1174,21 @@
 this sense; its value should be a regular expression that matches file
 names that are temporary.
 
+@vindex server-kill-new-buffers
+  If the variable @code{server-kill-new-buffers} is set to non-nil,
+buffers which still have a client are killed when you are done with
+them, unless they were already present before Emacs Server visited
+them.  This overrides the effect of the @code{server-temp-file-regexp}
+variable.  By default, @code{server-kill-new-buffers} has a non-nil
+value; set it to nil if you want the old behavior giverned by
+@code{server-temp-file-regexp}.
+
   If you run @code{emacsclient} with the option @samp{--no-wait}, it
 returns immediately without waiting for you to ``finish'' the buffer in
-Emacs.
+Emacs.  Note that it this case, buffers for temporary files will not be
+killed automatically with the default value of
+@code{server-kill-new-buffers}, since those buffers will not have a
+client.
 
   If you have forgotten to start Emacs, then the option
 @samp{--alternate-editor=@var{command}} may be useful.  It specifies a