changeset 29510:394a5cf826d6

(create-glyph): Doc fix.
author Dave Love <fx@gnu.org>
date Thu, 08 Jun 2000 16:58:41 +0000
parents fc84e59f692c
children eef7f2d614fc
files lisp/disp-table.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/disp-table.el	Thu Jun 08 16:04:30 2000 +0000
+++ b/lisp/disp-table.el	Thu Jun 08 16:58:41 2000 +0000
@@ -163,9 +163,9 @@
 	     (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.