changeset 52658:83e88d5bdd11

(describe-char): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Sun, 28 Sep 2003 23:53:29 +0000
parents f02b2da0b533
children acd80d413571
files lisp/descr-text.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/descr-text.el	Sun Sep 28 23:30:45 2003 +0000
+++ b/lisp/descr-text.el	Sun Sep 28 23:53:29 2003 +0000
@@ -611,7 +611,7 @@
 			  "\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"))))