emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/buffers.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi
Date: Mon, 27 Dec 2004 15:06:27 -0500

Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.38 emacs/lispref/buffers.texi:1.39
*** emacs/lispref/buffers.texi:1.38     Thu Jul 15 00:09:09 2004
--- emacs/lispref/buffers.texi  Mon Dec 27 19:54:59 2004
***************
*** 1041,1046 ****
--- 1041,1053 ----
  for any reason.  @xref{Buffer-Local Variables}.
  @end defvar
  
+ @defvar buffer-save-without-query
+ This variable, if address@hidden in a particular buffer, tells
+ @code{save-buffers-kill-emacs} and @code{save-some-buffers} to save
+ this buffer (if it's modified) without asking the user.  The variable
+ automatically becomes buffer-local when set for any reason.
+ @end defvar
+ 
  @defun buffer-live-p object
  This function returns @code{t} if @var{object} is a buffer which has
  not been killed, @code{nil} otherwise.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]