From b0030269c9ca1263498341d51bbfc5387f489ab7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 10 Sep 2015 08:49:14 -0700 Subject: [PATCH] ; Spelling fix --- lisp/international/mule-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index 90258636464..b575c2b7db3 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el @@ -284,7 +284,7 @@ per-character basis, this may not be accurate." ;; On a text terminal supporting glyph codes, CHAR is ;; displayable if its glyph code is nonnegative. (<= 0 font-glyph)) - ;; On a teext terminal without glyph codes, CHAR is displayable + ;; On a text terminal without glyph codes, CHAR is displayable ;; if the coding system for the terminal can encode it. (let ((coding (terminal-coding-system))) (when coding -- 2.11.4.GIT