diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog.3 | 2 | ||||
-rw-r--r-- | src/ChangeLog.8 | 2 | ||||
-rw-r--r-- | src/ChangeLog.9 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index cf5dbd53697..fbe3f752aed 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 @@ -4776,7 +4776,7 @@ New struct face with associated typedef FACE declared, along with accessing macros. - * scroll.c (do_scrolling): Don't bcopy non-existant `nruns' or + * scroll.c (do_scrolling): Don't bcopy non-existent `nruns' or `face_list' elements. Do copy new `max_ascent' frame element. * dispnew.c (scroll_frame_lines): All references to frame elements diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index fcdf3b9bf34..de162cb39bc 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 @@ -11848,7 +11848,7 @@ * w32fns.c (w32_strict_fontnames): New variable. (Fx_create_frame): Formatting fix. - (w32_load_system_font): Keep trying to load non-existant font + (w32_load_system_font): Keep trying to load non-existent font if w32_strict_fontnames is nil. Formatting fix. (syms_of_w32fns): Add w32-strict-fontnames. diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index e4bf486aaff..b161a21eb72 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 @@ -834,7 +834,7 @@ 2001-10-02 Miles Bader <miles@gnu.org> * textprop.c (Fnext_char_property_change) - (Fprevious_char_property_change): Remove reference to non-existant + (Fprevious_char_property_change): Remove reference to non-existent argument OBJECT from doc-string. 2001-10-01 Gerd Moellmann <gerd@gnu.org> |