1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

; Spelling fix

This commit is contained in:
Paul Eggert 2015-09-10 08:49:14 -07:00
parent a6a1333e7e
commit b0030269c9

View 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