]> git.eshelyaron.com Git - emacs.git/commitdiff
(write-contents-functions): Doc fix.
authorLars Hansen <larsh@soem.dk>
Wed, 23 Jun 2004 14:38:19 +0000 (14:38 +0000)
committerLars Hansen <larsh@soem.dk>
Wed, 23 Jun 2004 14:38:19 +0000 (14:38 +0000)
lisp/files.el

index f96a5803b0b832ddce073d8de911238d30f15515..cd11f07969fc5efef8c1d0f7147d76e2901de392 100644 (file)
@@ -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,