# HG changeset patch # User Glenn Morris # Date 1233719487 0 # Node ID dc93dbd4d49055bfc2e535d1a3da7b03da1a1624 # Parent fae9e26f50479f074b1db2d147bb0e13e97ebe1c (Fwrite_region): Doc fix (mention annotate-functions). diff -r fae9e26f5047 -r dc93dbd4d490 src/ChangeLog --- a/src/ChangeLog Wed Feb 04 03:42:04 2009 +0000 +++ b/src/ChangeLog Wed Feb 04 03:51:27 2009 +0000 @@ -1,3 +1,7 @@ +2009-02-04 Glenn Morris + + * fileio.c (Fwrite_region): Doc fix (mention annotate-functions). + 2009-02-04 Kenichi Handa * Makefile.in (composite.o): Depends on frame.h and termhooks.h. diff -r fae9e26f5047 -r dc93dbd4d490 src/fileio.c --- 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; {