emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 bf26fc3: * lisp/composite.el (find-composition):


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 bf26fc3: * lisp/composite.el (find-composition): Fix a typo in the doc string.
Date: Fri, 1 Dec 2017 12:00:08 -0500 (EST)

branch: emacs-26
commit bf26fc365682bebc2636682759dfe0c4fa37ca10
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/composite.el (find-composition): Fix a typo in the doc string.
---
 lisp/composite.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/composite.el b/lisp/composite.el
index 7293d7c..29fc753 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)))



reply via email to

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