aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-03-02 14:03:08 +0200
committerEli Zaretskii2012-03-02 14:03:08 +0200
commitb8456c5c325733db94a5b6fa935b60a2e7de3581 (patch)
treeef48f40a11eef1245f431c6693ee0d1e565ce87a /src/ChangeLog
parentde0100f20b41cda924055c3c80e0b85db8386110 (diff)
downloademacs-b8456c5c325733db94a5b6fa935b60a2e7de3581.tar.gz
emacs-b8456c5c325733db94a5b6fa935b60a2e7de3581.zip
Fix typos in comments.
src/xdisp.c (redisplay_window, next_element_from_string): Fix typos in comments.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c84854f2827..936ec6a3a1f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor 3 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
4 position past the first glyph_row that ends at ZV. (Bug#10902) 4 position past the first glyph_row that ends at ZV. (Bug#10902)
5 (redisplay_window, next_element_from_string): Fix typos in
6 comments.
5 7
62012-03-02 Glenn Morris <rgm@gnu.org> 82012-03-02 Glenn Morris <rgm@gnu.org>
7 9