From: Lars Hansen Date: Wed, 23 Jun 2004 14:38:19 +0000 (+0000) Subject: (write-contents-functions): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5671 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7dd11b370cf498d08f1f97c096b2c7911e20d44b;p=emacs.git (write-contents-functions): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index f96a5803b0b..cd11f07969f 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -393,7 +393,8 @@ updates before the buffer is saved, use `before-save-hook' .") (defvar write-contents-functions nil "List of functions to be called before writing out a buffer to a file. If one of them returns non-nil, the file is considered already written -and the rest are not called. +and the rest are not called and neither are the functions in +`write-file-functions'. This variable is meant to be used for hooks that pertain to the buffer's contents, not to the particular visited file; thus,