From: Dave Love Date: Thu, 8 Jun 2000 16:58:41 +0000 (+0000) Subject: (create-glyph): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~3445 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8fbaf52c55f3d8fc28b43dc232c5dd21c866fa7;p=emacs.git (create-glyph): Doc fix. --- diff --git a/lisp/disp-table.el b/lisp/disp-table.el index a335d15241c..1acfc8ab8fe 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el @@ -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.