]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-char): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Sun, 28 Sep 2003 23:53:29 +0000 (23:53 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 28 Sep 2003 23:53:29 +0000 (23:53 +0000)
lisp/descr-text.el

index 8e9b1af2dde737f7ffd606aba65864b23ae85676..dfc86a6099559e90365669abd39b6b641ac754ae 100644 (file)
@@ -611,7 +611,7 @@ as well as widgets, buttons, overlays, and text properties."
                          "\n ")))
            (insert "these terminal codes:\n")
            (dotimes (i (length disp-vector))
-             (insertf(car (aref disp-vector i)) 
+             (insert (car (aref disp-vector i)) 
                      (propertize " " 'display '(space :align-to 5))
                      (or (cdr (aref disp-vector i)) "-- not encodable --")
                      "\n"))))