aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c
diff options
context:
space:
mode:
authorEli Zaretskii2013-12-02 22:56:52 +0200
committerEli Zaretskii2013-12-02 22:56:52 +0200
commit2595af33fce43121ddb0c2a2d5bb85b2e1b4b61a (patch)
tree3fa620abd53a3b7a828f1c809fc5b53631d03077 /src/composite.c
parent0962f37640aee079ebd881588faff61d8f6da622 (diff)
downloademacs-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.c2
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.