diff options
| author | Eli Zaretskii | 2017-11-30 19:58:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-11-30 19:58:02 +0200 |
| commit | af0ce33d08a0761455418918c88feda20df9c668 (patch) | |
| tree | 5765193f2b04c26ecc8dbfe6c3a9620b3a2663fb | |
| parent | bdbcdbac431d672915c92fc77dbf7326f338cecb (diff) | |
| download | emacs-af0ce33d08a0761455418918c88feda20df9c668.tar.gz emacs-af0ce33d08a0761455418918c88feda20df9c668.zip | |
; * lisp/composite.el (find-composition): Fix a typo in last change.
| -rw-r--r-- | lisp/composite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/composite.el b/lisp/composite.el index f7e0c4a0912..7293d7c15cd 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 | |||
| 338 | found closer to POS than the position that has `composition' | 338 | found closer to POS than the position that has `composition' |
| 339 | property, the value is a list of FROM, TO, and a glyph-string | 339 | property, the value is a list of FROM, TO, and a glyph-string |
| 340 | that specifies how the chunk is to be composed; DETAIL-P is | 340 | that specifies how the chunk is to be composed; DETAIL-P is |
| 341 | inored this case. See the function `composition-get-gstring' | 341 | inored in this case. See the function `composition-get-gstring' |
| 342 | for the format of the glyph-string." | 342 | for the format of the glyph-string." |
| 343 | (let ((result (find-composition-internal pos limit string detail-p))) | 343 | (let ((result (find-composition-internal pos limit string detail-p))) |
| 344 | (if (and detail-p (> (length result) 3) (nth 2 result) (not (nth 3 result))) | 344 | (if (and detail-p (> (length result) 3) (nth 2 result) (not (nth 3 result))) |