diff options
| author | Stefan Kangas | 2023-12-10 12:38:19 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 12:38:19 +0100 |
| commit | 020aff95fa3e503387a7f9b240e0f7e9f2f054ae (patch) | |
| tree | 199b9d58f64caf5e64eec47eb916275f1f4985e6 /src/ChangeLog.8 | |
| parent | 5e03a621efc00b3cfe52442670175dd3564c4e1e (diff) | |
| download | emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.tar.gz emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.zip | |
; Fix typos in ChangeLog files
Diffstat (limited to 'src/ChangeLog.8')
| -rw-r--r-- | src/ChangeLog.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 1f479a89ed8..f50b8d134c3 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -10802,7 +10802,7 @@ | |||
| 10802 | (display_mode_element): Ditto. | 10802 | (display_mode_element): Ditto. |
| 10803 | (echo_area_display): Don't display if frame has no pools yet. | 10803 | (echo_area_display): Don't display if frame has no pools yet. |
| 10804 | (echo_area_display): Work with window matrix for mini window. | 10804 | (echo_area_display): Work with window matrix for mini window. |
| 10805 | (redisplay_window): Use window marix for mini window. | 10805 | (redisplay_window): Use window matrix for mini window. |
| 10806 | (display_text_line): Assume HPOS and VPOS are window relative and | 10806 | (display_text_line): Assume HPOS and VPOS are window relative and |
| 10807 | use that for DISPLAY_STRING. | 10807 | use that for DISPLAY_STRING. |
| 10808 | 10808 | ||