]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/composite.el (find-composition): Fix a typo in last change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 30 Nov 2017 17:58:02 +0000 (19:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 30 Nov 2017 17:58:02 +0000 (19:58 +0200)
lisp/composite.el

index f7e0c4a09123ed24b99470546a90daa26d175f45..7293d7c15cd79fbc3346ee96e097b113847f7a90 100644 (file)
@@ -338,7 +338,7 @@ chunk of text that is automatically composed.  If such a chunk is
 found closer to POS than the position that has `composition'
 property, the value is a list of FROM, TO, and a glyph-string
 that specifies how the chunk is to be composed; DETAIL-P is
-inored this case.  See the function `composition-get-gstring'
+inored in this case.  See the function `composition-get-gstring'
 for the format of the glyph-string."
   (let ((result (find-composition-internal pos limit string detail-p)))
     (if (and detail-p (> (length result) 3) (nth 2 result) (not (nth 3 result)))