From: Eli Zaretskii Date: Mon, 2 Dec 2013 20:56:52 +0000 (+0200) Subject: src/composite.c (composition_reseat_it): Fix a typo in a comment. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~581 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2595af33fce43121ddb0c2a2d5bb85b2e1b4b61a;p=emacs.git src/composite.c (composition_reseat_it): Fix a typo in a comment. --- 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, /* Check if the character at CHARPOS (and BYTEPOS) is composed (possibly with the following characters) on window W. ENDPOS limits - characters to be composed. FACE, in non-NULL, is a base face of + characters to be composed. FACE, if non-NULL, is a base face of the character. If STRING is not nil, it is a string containing the character to check, and CHARPOS and BYTEPOS are indices in the string. In that case, FACE must not be NULL.