(describe-char): Fix previous change.
This commit is contained in:
parent
3413f9720b
commit
0a2df7fba2
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue