[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/files.texi
From: |
Lars Hansen |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/files.texi |
Date: |
Wed, 23 Jun 2004 10:37:17 -0400 |
Index: emacs/lispref/files.texi
diff -c emacs/lispref/files.texi:1.66 emacs/lispref/files.texi:1.67
*** emacs/lispref/files.texi:1.66 Sat May 29 22:44:40 2004
--- emacs/lispref/files.texi Wed Jun 23 14:37:27 2004
***************
*** 416,426 ****
@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 where the file came from. 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, @code{write-file-functions}
! is not run.
This variable automatically becomes buffer-local whenever it is set;
switching to a new major mode always resets this variable, but
--- 416,427 ----
@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
! in @code{write-file-functions}.
This variable automatically becomes buffer-local whenever it is set;
switching to a new major mode always resets this variable, but
- [Emacs-diffs] Changes to emacs/lispref/files.texi,
Lars Hansen <=