emacs-diffs
[Top][All Lists]
Advanced

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

master 77576cd7626: ; Don't use non-ASCII characters in C comments in xd


From: Eli Zaretskii
Subject: master 77576cd7626: ; Don't use non-ASCII characters in C comments in xdisp.c.
Date: Sat, 17 Feb 2024 05:15:44 -0500 (EST)

branch: master
commit 77576cd7626e4a99a5c88aa854091d701edd53a8
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Don't use non-ASCII characters in C comments in xdisp.c.
---
 src/xdisp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 6087a25afcc..4d60915f31c 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -24774,7 +24774,7 @@ maybe_produce_line_number (struct it *it)
          /* NOTE: We use `base_line_number` without checking
             BASE_LINE_NUMBER_VALID_P because we assume that `redisplay_window`
             has already flushed this cache for us when needed.
-            NOTEĀ²: Checking BASE_LINE_NUMBER_VALID_P here would be
+            NOTE2: Checking BASE_LINE_NUMBER_VALID_P here would be
             overly pessimistic because it might say that the cache
             was invalid before entering `redisplay_window` yet the
             value has just been refreshed.  */



reply via email to

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