emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115354: src/composite.c (composition_reseat_it): Fi


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r115354: src/composite.c (composition_reseat_it): Fix a typo in a comment.
Date: Mon, 02 Dec 2013 20:57:04 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115354
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2013-12-02 22:56:52 +0200
message:
  src/composite.c (composition_reseat_it): Fix a typo in a comment.
modified:
  src/composite.c                
composite.c-20091113204419-o5vbwnq5f7feedwu-1728
=== modified file 'src/composite.c'
--- a/src/composite.c   2013-11-04 06:09:03 +0000
+++ b/src/composite.c   2013-12-02 20:56:52 +0000
@@ -1191,7 +1191,7 @@
 
 /* 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]