From 7dd11b370cf498d08f1f97c096b2c7911e20d44b Mon Sep 17 00:00:00 2001 From: Lars Hansen Date: Wed, 23 Jun 2004 14:38:19 +0000 Subject: [PATCH] (write-contents-functions): Doc fix. --- lisp/files.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.39.2