summaryrefslogtreecommitdiff
path: root/lisp/descr-text.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2003-09-28 23:53:29 +0000
committerKenichi Handa <handa@m17n.org>2003-09-28 23:53:29 +0000
commit0a2df7fba22492242e3da39c5c7117082e2d82e2 (patch)
tree09ae940282501efc49f45f07174b8cbd773b0dd3 /lisp/descr-text.el
parent3413f9720b8c8ae51feca34d7fb618d94fadbf56 (diff)
downloademacs-0a2df7fba22492242e3da39c5c7117082e2d82e2.tar.gz
(describe-char): Fix previous change.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r--lisp/descr-text.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el
index 8e9b1af2dde..dfc86a60995 100644
--- a/lisp/descr-text.el
+++ b/lisp/descr-text.el
@@ -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"))))