mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(write-contents-functions): Doc fix.
This commit is contained in:
parent
a3468351f6
commit
7dd11b370c
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue