diff options
| author | Gregory Heytings | 2022-07-17 01:36:10 +0200 |
|---|---|---|
| committer | Gregory Heytings | 2022-07-17 01:36:10 +0200 |
| commit | 66704fbbcf662666dbf0351fe7ae8b3bf2fbb3ca (patch) | |
| tree | 04e701612b53fe1e86c7be11dd122b0d81de66c4 /src/dispextern.h | |
| parent | e7b5912b235936b304701ba6b1e808d9b197fd4f (diff) | |
| download | emacs-66704fbbcf662666dbf0351fe7ae8b3bf2fbb3ca.tar.gz emacs-66704fbbcf662666dbf0351fe7ae8b3bf2fbb3ca.zip | |
Fix typo in e7b5912b23.
Diffstat (limited to 'src/dispextern.h')
| -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 | |||
| 2333 | ptrdiff_t end_charpos; | 2333 | ptrdiff_t end_charpos; |
| 2334 | 2334 | ||
| 2335 | /* Alternate begin position of the buffer that may be used to | 2335 | /* Alternate begin position of the buffer that may be used to |
| 2336 | optimize display (see the WITH_NARROWED_BEGV macro below). */ | 2336 | optimize display (see the SET_WITH_NARROWED_BEGV macro). */ |
| 2337 | ptrdiff_t narrowed_begv; | 2337 | ptrdiff_t narrowed_begv; |
| 2338 | 2338 | ||
| 2339 | /* C string to iterate over. Non-null means get characters from | 2339 | /* C string to iterate over. Non-null means get characters from |