emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 3a446a0: ; * src/xdisp.c (decode_mode_spec): Fix commentary.


From: Eli Zaretskii
Subject: emacs-27 3a446a0: ; * src/xdisp.c (decode_mode_spec): Fix commentary.
Date: Wed, 8 Jul 2020 12:45:52 -0400 (EDT)

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

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

diff --git a/src/xdisp.c b/src/xdisp.c
index bc82d0a..a819f0a 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



reply via email to

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