diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-27 22:44:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-27 22:44:21 +0000 |
commit | 9d000842534301d2c2704d688dfff43a8274a5ff (patch) | |
tree | 50d4b3abff22e1524150e67c8902f2b4523dfd29 /lispref | |
parent | 43203a1d75391522e4ad0b5c75af565d25774aaa (diff) | |
download | emacs-9d000842534301d2c2704d688dfff43a8274a5ff.tar.gz |
entered into RCS
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/files.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index 199f5949553..88f787f2e44 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -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 |