1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 21:20:45 -08:00

*** empty log message ***

This commit is contained in:
Dave Love 2000-05-10 09:25:53 +00:00
parent f0124b4a2f
commit 0623e40fa0
2 changed files with 7 additions and 1 deletions

View file

@ -15,7 +15,7 @@
(help-xref-interned): Maybe insert face doc too. Separate
sections with a line of hyphens.
* faces.el: Some doc fixes.
* faces.el: Some doc fixes. Declare some functions obsolete.
(describe-face): Add customize button. Return the help
text. Fix prompt.

View file

@ -1,3 +1,9 @@
2000-05-09 Dave Love <fx@gnu.org>
* fileio.c (Fwrite_region): If APPEND arg is an integer, seek to
that offset before writing. Move gcpro region past call of
Ffile_regular_p.
2000-05-04 Dave Love <fx@gnu.org>
* buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix.