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:
parent
a6a1333e7e
commit
b0030269c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue