diff lisp/files.el @ 56208:a6383cbb5b13

(write-contents-functions): Doc fix.
author Lars Hansen <larsh@soem.dk>
date Wed, 23 Jun 2004 14:38:19 +0000
parents fdd6cb3fe998
children ed6c2f79cef5
line wrap: on
line diff
--- a/lisp/files.el	Wed Jun 23 14:37:27 2004 +0000
+++ b/lisp/files.el	Wed Jun 23 14:38:19 2004 +0000
@@ -393,7 +393,8 @@
 (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,