From: Richard M. Stallman Date: Thu, 24 Jun 2004 20:08:20 +0000 (+0000) Subject: (Saving Buffers): Correct previous change. X-Git-Tag: ttn-vms-21-2-B4~5649 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb8f5dabec503e90e6eca2d0381ba4ee1da5db9b;p=emacs.git (Saving Buffers): Correct previous change. --- diff --git a/lispref/files.texi b/lispref/files.texi index 42b07879186..10d6c808625 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -416,8 +416,8 @@ Even though this is not a normal hook, you can use @code{add-hook} and @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