diff options
| author | Juanma Barranquero | 2010-01-14 19:29:36 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-14 19:29:36 +0100 |
| commit | b643362c6c88bdf5c5875afc6e0836188beabd17 (patch) | |
| tree | b4835e8a9f5e4a91c88dd6798ff593bd1f6bcd60 /src | |
| parent | 9c23ca4755058be7808f5e5b7704309356b8e168 (diff) | |
| download | emacs-b643362c6c88bdf5c5875afc6e0836188beabd17.tar.gz emacs-b643362c6c88bdf5c5875afc6e0836188beabd17.zip | |
Fix typos in ChangeLogs and NEWS files.
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 @@ | |||
| 4776 | New struct face with associated typedef FACE declared, along with | 4776 | New struct face with associated typedef FACE declared, along with |
| 4777 | accessing macros. | 4777 | accessing macros. |
| 4778 | 4778 | ||
| 4779 | * scroll.c (do_scrolling): Don't bcopy non-existant `nruns' or | 4779 | * scroll.c (do_scrolling): Don't bcopy non-existent `nruns' or |
| 4780 | `face_list' elements. Do copy new `max_ascent' frame element. | 4780 | `face_list' elements. Do copy new `max_ascent' frame element. |
| 4781 | 4781 | ||
| 4782 | * dispnew.c (scroll_frame_lines): All references to frame elements | 4782 | * 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 @@ | |||
| 11848 | 11848 | ||
| 11849 | * w32fns.c (w32_strict_fontnames): New variable. | 11849 | * w32fns.c (w32_strict_fontnames): New variable. |
| 11850 | (Fx_create_frame): Formatting fix. | 11850 | (Fx_create_frame): Formatting fix. |
| 11851 | (w32_load_system_font): Keep trying to load non-existant font | 11851 | (w32_load_system_font): Keep trying to load non-existent font |
| 11852 | if w32_strict_fontnames is nil. Formatting fix. | 11852 | if w32_strict_fontnames is nil. Formatting fix. |
| 11853 | (syms_of_w32fns): Add w32-strict-fontnames. | 11853 | (syms_of_w32fns): Add w32-strict-fontnames. |
| 11854 | 11854 | ||
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 @@ | |||
| 834 | 2001-10-02 Miles Bader <miles@gnu.org> | 834 | 2001-10-02 Miles Bader <miles@gnu.org> |
| 835 | 835 | ||
| 836 | * textprop.c (Fnext_char_property_change) | 836 | * textprop.c (Fnext_char_property_change) |
| 837 | (Fprevious_char_property_change): Remove reference to non-existant | 837 | (Fprevious_char_property_change): Remove reference to non-existent |
| 838 | argument OBJECT from doc-string. | 838 | argument OBJECT from doc-string. |
| 839 | 839 | ||
| 840 | 2001-10-01 Gerd Moellmann <gerd@gnu.org> | 840 | 2001-10-01 Gerd Moellmann <gerd@gnu.org> |