mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 12:27:33 +00:00
(Fwrite_region): Doc fix (mention annotate-functions).
This commit is contained in:
parent
c789f32c3a
commit
aacd8ba187
2 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue