emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/files.texi
Date: Thu, 08 Sep 2005 18:01:01 -0400

Index: emacs/lispref/files.texi
diff -c emacs/lispref/files.texi:1.84 emacs/lispref/files.texi:1.85
*** emacs/lispref/files.texi:1.84       Tue Aug 30 22:41:02 2005
--- emacs/lispref/files.texi    Thu Sep  8 22:00:57 2005
***************
*** 341,350 ****
  If it is @code{nil}, that means to ask only about file-visiting buffers.
  If it is @code{t}, that means also offer to save certain other non-file
  buffers---those that have a address@hidden buffer-local value of
! @code{buffer-offer-save}.  (A user who says @samp{yes} to saving a
! non-file buffer is asked to specify the file name to use.)  The
! @code{save-buffers-kill-emacs} function passes the value @code{t} for
! @var{pred}.
  
  If @var{pred} is neither @code{t} nor @code{nil}, then it should be
  a function of no arguments.  It will be called in each buffer to decide
--- 341,350 ----
  If it is @code{nil}, that means to ask only about file-visiting buffers.
  If it is @code{t}, that means also offer to save certain other non-file
  buffers---those that have a address@hidden buffer-local value of
! @code{buffer-offer-save} (@pxref{Killing Buffers}).  A user who says
! @samp{yes} to saving a non-file buffer is asked to specify the file
! name to use.)  The @code{save-buffers-kill-emacs} function passes the
! value @code{t} for @var{pred}.
  
  If @var{pred} is neither @code{t} nor @code{nil}, then it should be
  a function of no arguments.  It will be called in each buffer to decide




reply via email to

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