aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2007-12-09 12:38:35 +0000
committerKenichi Handa2007-12-09 12:38:35 +0000
commitb2c6a4798fe4c0d92dacadb0d34d6123acf2a532 (patch)
tree1fc08df06ff3f55fb7965adbe97bdd8bc02aea19
parent2aef1e9a31e385f7f280a2a936a91326dcd8fc24 (diff)
downloademacs-b2c6a4798fe4c0d92dacadb0d34d6123acf2a532.tar.gz
emacs-b2c6a4798fe4c0d92dacadb0d34d6123acf2a532.zip
(describe-char): Improve the previous change (show
font name).
-rw-r--r--lisp/descr-text.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el
index 1fea494c35b..2f11e5d9946 100644
--- a/lisp/descr-text.el
+++ b/lisp/descr-text.el
@@ -586,7 +586,10 @@ as well as widgets, buttons, overlays, and text properties."
586 (if (and (vectorp (nth 2 composition)) 586 (if (and (vectorp (nth 2 composition))
587 (vectorp (aref (nth 2 composition) 0))) 587 (vectorp (aref (nth 2 composition) 0)))
588 (progn 588 (progn
589 (insert " by these glyphs:\n") 589 (insert " using this font:\n "
590 (aref (query-font (aref (aref (nth 2 composition) 0) 0))
591 0)
592 "\nby these glyphs:\n")
590 (mapc (lambda (x) (insert (format " %S\n" x))) 593 (mapc (lambda (x) (insert (format " %S\n" x)))
591 (nth 2 composition))) 594 (nth 2 composition)))
592 (insert " by the rule:\n\t(" 595 (insert " by the rule:\n\t("