diff options
| author | Gregory Heytings <gregory@heytings.org> | 2022-07-17 01:36:10 +0200 |
|---|---|---|
| committer | Gregory Heytings <gregory@heytings.org> | 2022-07-17 01:36:10 +0200 |
| commit | 66704fbbcf662666dbf0351fe7ae8b3bf2fbb3ca (patch) | |
| tree | 04e701612b53fe1e86c7be11dd122b0d81de66c4 /src | |
| parent | e7b5912b235936b304701ba6b1e808d9b197fd4f (diff) | |
Fix typo in e7b5912b23.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
