changeset 56231:6d7412bcd051

(Saving Buffers): Correct previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Jun 2004 20:08:20 +0000
parents fe184d71d3cb
children 2b5c4bf61459
files lispref/files.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/files.texi	Thu Jun 24 14:05:59 2004 +0000
+++ b/lispref/files.texi	Thu Jun 24 20:08:20 2004 +0000
@@ -416,8 +416,8 @@
 @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
+hooks that pertain to the contents of the file, as opposed to hooks that
+pertain to the file's name or location.  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 non-@code{nil}, the file is considered
 already written and the rest are not called and neither are the functions