1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08: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