From 66704fbbcf662666dbf0351fe7ae8b3bf2fbb3ca Mon Sep 17 00:00:00 2001 From: Gregory Heytings Date: Sun, 17 Jul 2022 01:36:10 +0200 Subject: [PATCH] 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 c5794994950..8a85a4f1711 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 -- 2.39.5