From: Eli Zaretskii Date: Wed, 8 Jul 2020 16:45:30 +0000 (+0300) Subject: ; * src/xdisp.c (decode_mode_spec): Fix commentary. X-Git-Tag: emacs-27.1-rc1~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a446a02fb;p=emacs.git ; * src/xdisp.c (decode_mode_spec): Fix commentary. --- 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, height = WINDOW_TOTAL_LINES (w); /* We cannot cope with w->start being outside of the accessible portion of the buffer; in particular, - display_count_lines call below will infloop if called with + display_count_lines call below might infloop if called with startpos_byte outside of the [BEGV_BYTE..ZV_BYTE] region. Such w->start means we were called in some "creative" way when the buffer's restriction was changed, but the window