mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(create-glyph): Doc fix.
This commit is contained in:
parent
c08398de39
commit
b8fbaf52c5
1 changed files with 1 additions and 1 deletions
|
|
@ -163,9 +163,9 @@ X frame."
|
|||
(logior uc (lsh (face-id 'underline) 19))
|
||||
(create-glyph (concat "\e[4m" (char-to-string uc) "\e[m"))))))
|
||||
|
||||
;; Allocate a glyph code to display by sending STRING to the terminal.
|
||||
;;;###autoload
|
||||
(defun create-glyph (string)
|
||||
"Allocate a glyph code to display by sending STRING to the terminal."
|
||||
(if (= (length glyph-table) 65536)
|
||||
(error "No free glyph codes remain"))
|
||||
;; Don't use slots that correspond to ASCII characters.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue