From: Paul Eggert Date: Thu, 10 Sep 2015 15:49:14 +0000 (-0700) Subject: ; Spelling fix X-Git-Tag: emacs-25.0.90~1224^2~165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0030269c9ca1263498341d51bbfc5387f489ab7;p=emacs.git ; Spelling fix --- 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