emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 36f508f: ; * src/xdisp.c (find_last_unchanged_at_beg_row): Fix


From: Eli Zaretskii
Subject: emacs-27 36f508f: ; * src/xdisp.c (find_last_unchanged_at_beg_row): Fix a typo.
Date: Sun, 31 May 2020 13:34:47 -0400 (EDT)

branch: emacs-27
commit 36f508f589597a399afd48550227cacc487abf30
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/xdisp.c (find_last_unchanged_at_beg_row): Fix a typo.
---
 src/xdisp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 60848f4..684b467 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -19723,7 +19723,7 @@ find_last_row_displaying_text (struct glyph_matrix 
*matrix, struct it *it,
    by changes at the start of current_buffer that occurred since W's
    current matrix was built.  Value is null if no such row exists.
 
-   BEG_UNCHANGED us the number of characters unchanged at the start of
+   BEG_UNCHANGED is the number of characters unchanged at the start of
    current_buffer.  BEG + BEG_UNCHANGED is the buffer position of the
    first changed character in current_buffer.  Characters at positions <
    BEG + BEG_UNCHANGED are at the same buffer positions as they were



reply via email to

[Prev in Thread] Current Thread [Next in Thread]