]> git.eshelyaron.com Git - emacs.git/commitdiff
; Don't use non-ASCII characters in C comments in xdisp.c.
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Feb 2024 10:15:11 +0000 (12:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 17 Feb 2024 13:04:07 +0000 (14:04 +0100)
(cherry picked from commit 77576cd7626e4a99a5c88aa854091d701edd53a8)

src/xdisp.c

index 6087a25afcc03a0512b8751a7fd3405d6b1fe3db..4d60915f31c9e6514edf7ad7ac34e6ad8832bf27 100644 (file)
@@ -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.  */