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.13 | |
| parent | 5e03a621efc00b3cfe52442670175dd3564c4e1e (diff) | |
| download | emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.tar.gz emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.zip | |
; Fix typos in ChangeLog files
Diffstat (limited to 'src/ChangeLog.13')
| -rw-r--r-- | src/ChangeLog.13 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index d9736479a04..2f44ba02d98 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 | |||
| @@ -5464,7 +5464,7 @@ | |||
| 5464 | (set_horizontal_scroll_bar): New function. | 5464 | (set_horizontal_scroll_bar): New function. |
| 5465 | (redisplay_window): Set ignore_mouse_drag_p when tool bar has | 5465 | (redisplay_window): Set ignore_mouse_drag_p when tool bar has |
| 5466 | more than one line. Handle horizontal scroll bars. | 5466 | more than one line. Handle horizontal scroll bars. |
| 5467 | (note_mouse_highlight): Handle horizontal scrol bars. | 5467 | (note_mouse_highlight): Handle horizontal scroll bars. |
| 5468 | (expose_frame): Set dimensions of XRectangle from frame's text | 5468 | (expose_frame): Set dimensions of XRectangle from frame's text |
| 5469 | sizes. | 5469 | sizes. |
| 5470 | (Vvoid_text_area_pointer): Update doc-string. | 5470 | (Vvoid_text_area_pointer): Update doc-string. |
| @@ -8437,7 +8437,7 @@ | |||
| 8437 | 8437 | ||
| 8438 | * xdisp.c (syms_of_xdisp): Doc clarification (bug#15657). | 8438 | * xdisp.c (syms_of_xdisp): Doc clarification (bug#15657). |
| 8439 | 8439 | ||
| 8440 | * keyboard.c (Frecursive_edit): Say more precicely how throwing | 8440 | * keyboard.c (Frecursive_edit): Say more precisely how throwing |
| 8441 | `exit' works (bug#15865). | 8441 | `exit' works (bug#15865). |
| 8442 | 8442 | ||
| 8443 | 2014-02-07 Martin Rudalics <rudalics@gmx.at> | 8443 | 2014-02-07 Martin Rudalics <rudalics@gmx.at> |
| @@ -16678,7 +16678,7 @@ | |||
| 16678 | 16678 | ||
| 16679 | 2013-05-27 Eli Zaretskii <eliz@gnu.org> | 16679 | 2013-05-27 Eli Zaretskii <eliz@gnu.org> |
| 16680 | 16680 | ||
| 16681 | * xdisp.c (pos_visible_p): When CHARPOS is displayed frrom a | 16681 | * xdisp.c (pos_visible_p): When CHARPOS is displayed from a |
| 16682 | display vector, and we backtrack, handle the case that the | 16682 | display vector, and we backtrack, handle the case that the |
| 16683 | previous character position is also displayed from a display | 16683 | previous character position is also displayed from a display |
| 16684 | vector or covered by a display string or image. (Bug#14476) | 16684 | vector or covered by a display string or image. (Bug#14476) |