Mercurial > emacs
changeset 8364:f40f688148d1
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 27 Jul 1994 22:44:21 +0000 |
parents | bf559544bd48 |
children | 2d49d0dc9fc3 |
files | lispref/files.texi |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/files.texi Wed Jul 27 20:09:22 1994 +0000 +++ b/lispref/files.texi Wed Jul 27 22:44:21 1994 +0000 @@ -349,8 +349,9 @@ @defvar write-contents-hooks This works just like @code{write-file-hooks}, 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. Typically major mode commands make -buffer-local bindings for this variable. +pertain to where the file came from. Such hooks are usually set up by +major modes, as buffer-local bindings for this variable. Switching to a +new major mode always resets this variable. @end defvar @c Emacs 19 feature