# HG changeset patch # User Richard M. Stallman # Date 1088107700 0 # Node ID 6d7412bcd051238f3e4df15fc3f9388237770bf4 # Parent fe184d71d3cb482f861c91053b0a5c1a0e1fa615 (Saving Buffers): Correct previous change. diff -r fe184d71d3cb -r 6d7412bcd051 lispref/files.texi --- 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