diff options
| author | Eli Zaretskii | 2013-12-02 22:56:52 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-02 22:56:52 +0200 |
| commit | 2595af33fce43121ddb0c2a2d5bb85b2e1b4b61a (patch) | |
| tree | 3fa620abd53a3b7a828f1c809fc5b53631d03077 /src/composite.c | |
| parent | 0962f37640aee079ebd881588faff61d8f6da622 (diff) | |
| download | emacs-2595af33fce43121ddb0c2a2d5bb85b2e1b4b61a.tar.gz emacs-2595af33fce43121ddb0c2a2d5bb85b2e1b4b61a.zip | |
src/composite.c (composition_reseat_it): Fix a typo in a comment.
Diffstat (limited to 'src/composite.c')
| -rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index 2ab5dbc9133..cef2ed86e57 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -1191,7 +1191,7 @@ composition_compute_stop_pos (struct composition_it *cmp_it, ptrdiff_t charpos, | |||
| 1191 | 1191 | ||
| 1192 | /* Check if the character at CHARPOS (and BYTEPOS) is composed | 1192 | /* Check if the character at CHARPOS (and BYTEPOS) is composed |
| 1193 | (possibly with the following characters) on window W. ENDPOS limits | 1193 | (possibly with the following characters) on window W. ENDPOS limits |
| 1194 | characters to be composed. FACE, in non-NULL, is a base face of | 1194 | characters to be composed. FACE, if non-NULL, is a base face of |
| 1195 | the character. If STRING is not nil, it is a string containing the | 1195 | the character. If STRING is not nil, it is a string containing the |
| 1196 | character to check, and CHARPOS and BYTEPOS are indices in the | 1196 | character to check, and CHARPOS and BYTEPOS are indices in the |
| 1197 | string. In that case, FACE must not be NULL. | 1197 | string. In that case, FACE must not be NULL. |