# HG changeset patch # User Richard M. Stallman # Date 775349061 0 # Node ID f40f688148d1526a6b5f98042d345b10156389f5 # Parent bf559544bd4807c303563caed92b0e09c8b8beb7 entered into RCS diff -r bf559544bd48 -r f40f688148d1 lispref/files.texi --- 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