Mercurial > emacs
changeset 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 | fae9e26f5047 |
children | 7d131969b5e2 |
files | src/ChangeLog src/fileio.c |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rgm@gnu.org> + + * fileio.c (Fwrite_region): Doc fix (mention annotate-functions). + 2009-02-04 Kenichi Handa <handa@m17n.org> * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
--- 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; {