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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/files.texi
Date: Thu, 24 Jun 2004 16:09:59 -0400

Index: emacs/lispref/files.texi
diff -c emacs/lispref/files.texi:1.68 emacs/lispref/files.texi:1.69
*** emacs/lispref/files.texi:1.68       Wed Jun 23 16:40:04 2004
--- emacs/lispref/files.texi    Thu Jun 24 20:08:20 2004
***************
*** 416,423 ****
  @c Emacs 19 feature
  @defvar write-contents-functions
  This works just like @code{write-file-functions}, but it is intended for
! hooks that pertain to the contents of the buffer, as opposed to hooks that
! pertain to the file the buffers visits.  Such hooks are usually set up by
  major modes, as buffer-local bindings for this variable.  If any of the
  functions in this hook returns address@hidden, the file is considered
  already written and the rest are not called and neither are the functions
--- 416,423 ----
  @c Emacs 19 feature
  @defvar write-contents-functions
  This works just like @code{write-file-functions}, but it is intended for
! hooks that pertain to the contents of the file, as opposed to hooks that
! pertain to the file's name or location.  Such hooks are usually set up by
  major modes, as buffer-local bindings for this variable.  If any of the
  functions in this hook returns address@hidden, the file is considered
  already written and the rest are not called and neither are the functions




reply via email to

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