Mercurial > emacs
changeset 56208:a6383cbb5b13
(write-contents-functions): Doc fix.
author | Lars Hansen <larsh@soem.dk> |
---|---|
date | Wed, 23 Jun 2004 14:38:19 +0000 |
parents | b5f852992d97 |
children | a0ed585cd8b4 |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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,