]> code.delx.au - gnu-emacs/commitdiff
; Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Sep 2015 15:49:14 +0000 (08:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Sep 2015 15:49:14 +0000 (08:49 -0700)
lisp/international/mule-util.el

index 90258636464579805622d18988e64cf848ff76a9..b575c2b7db396f6cfe27c316d837540b1d91f222 100644 (file)
@@ -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