diff options
| author | Eli Zaretskii | 2020-07-08 19:45:30 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-07-08 19:45:30 +0300 |
| commit | 3a446a02fbb9da21f8cd5373144fe8a522759c26 (patch) | |
| tree | b8d9de75c1ccc91040dfbf0bc996269d25eaa7f5 | |
| parent | 79f381b4a6675b007113682e2d4245e2448d637f (diff) | |
| download | emacs-3a446a02fbb9da21f8cd5373144fe8a522759c26.tar.gz emacs-3a446a02fbb9da21f8cd5373144fe8a522759c26.zip | |
; * src/xdisp.c (decode_mode_spec): Fix commentary.
| -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 bc82d0acc0d..a819f0aca38 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -26344,7 +26344,7 @@ decode_mode_spec (struct window *w, register int c, int field_width, | |||
| 26344 | height = WINDOW_TOTAL_LINES (w); | 26344 | height = WINDOW_TOTAL_LINES (w); |
| 26345 | /* We cannot cope with w->start being outside of the | 26345 | /* We cannot cope with w->start being outside of the |
| 26346 | accessible portion of the buffer; in particular, | 26346 | accessible portion of the buffer; in particular, |
| 26347 | display_count_lines call below will infloop if called with | 26347 | display_count_lines call below might infloop if called with |
| 26348 | startpos_byte outside of the [BEGV_BYTE..ZV_BYTE] region. | 26348 | startpos_byte outside of the [BEGV_BYTE..ZV_BYTE] region. |
| 26349 | Such w->start means we were called in some "creative" way | 26349 | Such w->start means we were called in some "creative" way |
| 26350 | when the buffer's restriction was changed, but the window | 26350 | when the buffer's restriction was changed, but the window |