]> git.eshelyaron.com Git - emacs.git/commitdiff
entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Jul 1994 22:44:21 +0000 (22:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Jul 1994 22:44:21 +0000 (22:44 +0000)
lispref/files.texi

index 199f5949553be68cf203ac3bf05e9824e61fff28..88f787f2e44a220d168bde48a91936d9a9b3aba8 100644 (file)
@@ -349,8 +349,9 @@ to save the data in a corresponding way.
 @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