Mercurial > emacs
diff src/fileio.c @ 101788:dc93dbd4d490
(Fwrite_region): Doc fix (mention annotate-functions).
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 04 Feb 2009 03:51:27 +0000 |
| parents | df6accf4cd6f |
| children | b6d5d903f0ce |
line wrap: on
line diff
--- a/src/fileio.c Wed Feb 04 03:42:04 2009 +0000 +++ b/src/fileio.c Wed Feb 04 03:51:27 2009 +0000 @@ -4406,7 +4406,10 @@ This does code conversion according to the value of `coding-system-for-write', `buffer-file-coding-system', or `file-coding-system-alist', and sets the variable -`last-coding-system-used' to the coding system actually used. */) +`last-coding-system-used' to the coding system actually used. + +This calls `write-region-annotate-functions' at the start, and +`write-region-post-annotation-function' at the end. */) (start, end, filename, append, visit, lockname, mustbenew) Lisp_Object start, end, filename, append, visit, lockname, mustbenew; {
