diff options
| author | Eli Zaretskii | 2020-05-31 20:34:00 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-05-31 20:34:00 +0300 |
| commit | 36f508f589597a399afd48550227cacc487abf30 (patch) | |
| tree | 65e57fe63a91312e67cc5c5b4fd3fc57ebeae9f0 /src | |
| parent | cc340da1fe853dc52c894d6660384e09bb9a9302 (diff) | |
| download | emacs-36f508f589597a399afd48550227cacc487abf30.tar.gz emacs-36f508f589597a399afd48550227cacc487abf30.zip | |
; * src/xdisp.c (find_last_unchanged_at_beg_row): Fix a typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 60848f4433e..684b4679d81 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, | |||
| 19723 | by changes at the start of current_buffer that occurred since W's | 19723 | by changes at the start of current_buffer that occurred since W's |
| 19724 | current matrix was built. Value is null if no such row exists. | 19724 | current matrix was built. Value is null if no such row exists. |
| 19725 | 19725 | ||
| 19726 | BEG_UNCHANGED us the number of characters unchanged at the start of | 19726 | BEG_UNCHANGED is the number of characters unchanged at the start of |
| 19727 | current_buffer. BEG + BEG_UNCHANGED is the buffer position of the | 19727 | current_buffer. BEG + BEG_UNCHANGED is the buffer position of the |
| 19728 | first changed character in current_buffer. Characters at positions < | 19728 | first changed character in current_buffer. Characters at positions < |
| 19729 | BEG + BEG_UNCHANGED are at the same buffer positions as they were | 19729 | BEG + BEG_UNCHANGED are at the same buffer positions as they were |