# HG changeset patch # User Lars Hansen # Date 1088001499 0 # Node ID a6383cbb5b13cbcc1e97c2323a3bba667a3b84ee # Parent b5f852992d97beeb3d6295c462786ed5991c88dc (write-contents-functions): Doc fix. diff -r b5f852992d97 -r a6383cbb5b13 lisp/files.el --- 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,