emacs-diffs
[Top][All Lists]
Advanced

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

feature/fix-the-long-lines-display-bug 66704fbbcf: Fix typo in e7b5912b2


From: Gregory Heytings
Subject: feature/fix-the-long-lines-display-bug 66704fbbcf: Fix typo in e7b5912b23.
Date: Sat, 16 Jul 2022 19:36:45 -0400 (EDT)

branch: feature/fix-the-long-lines-display-bug
commit 66704fbbcf662666dbf0351fe7ae8b3bf2fbb3ca
Author: Gregory Heytings <gregory@heytings.org>
Commit: Gregory Heytings <gregory@heytings.org>

    Fix typo in e7b5912b23.
---
 src/dispextern.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dispextern.h b/src/dispextern.h
index c579499495..8a85a4f171 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2333,7 +2333,7 @@ struct it
   ptrdiff_t end_charpos;
 
   /* Alternate begin position of the buffer that may be used to
-     optimize display (see the WITH_NARROWED_BEGV macro below).  */
+     optimize display (see the SET_WITH_NARROWED_BEGV macro).  */
   ptrdiff_t narrowed_begv;
 
   /* C string to iterate over.  Non-null means get characters from



reply via email to

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