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:
parent
a6a1333e7e
commit
b0030269c9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user