diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-10 08:49:14 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-10 08:49:14 -0700 |
commit | b0030269c9ca1263498341d51bbfc5387f489ab7 (patch) | |
tree | 9e52e9c01161b52db38c5803f2c6f8891433da2e /lisp | |
parent | a6a1333e7e34a63bce4177ff5100ff92ab51e8a6 (diff) | |
download | emacs-b0030269c9ca1263498341d51bbfc5387f489ab7.tar.gz |
; Spelling fix
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/international/mule-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |