summaryrefslogtreecommitdiff
path: root/lisp/composite.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-12-01 18:59:13 +0200
committerEli Zaretskii <eliz@gnu.org>2017-12-01 18:59:13 +0200
commitbf26fc365682bebc2636682759dfe0c4fa37ca10 (patch)
tree3cd483f29da661d08e349b6f2d95b222fff9fa9f /lisp/composite.el
parent34a21c3bf6205f0a3c32a8962fdd3f6a84405fe0 (diff)
downloademacs-bf26fc365682bebc2636682759dfe0c4fa37ca10.tar.gz
* lisp/composite.el (find-composition): Fix a typo in the doc string.
Diffstat (limited to 'lisp/composite.el')
-rw-r--r--lisp/composite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/composite.el b/lisp/composite.el
index 7293d7c15cd..29fc753d5ae 100644
--- a/lisp/composite.el
+++ b/lisp/composite.el
@@ -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 in this case. See the function `composition-get-gstring'
+ignored 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)))