From aacd8ba187331ffba520da1b55d0bd2e15f3aba4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 4 Feb 2009 03:51:27 +0000 Subject: [PATCH] (Fwrite_region): Doc fix (mention annotate-functions). --- src/ChangeLog | 4 ++++ src/fileio.c | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 1b59fe49771..b55b8db9917 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/fileio.c b/src/fileio.c index 9651ac8e18b..5f91da53585 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -4406,7 +4406,10 @@ The optional seventh arg MUSTBENEW, if non-nil, insists on a check 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; { -- 2.39.5