* lisp/descr-text.el (describe-char): Display the script.
[bpt/emacs.git] / lisp / descr-text.el
index b3f7878..2aea0a9 100644 (file)
@@ -574,6 +574,9 @@ relevant to POS."
                         'help-echo
                         "mouse-2, RET: show this character in its character set")
                     str)))
+              ,@(let ((script (aref char-script-table char)))
+                  (if script
+                      (list (list "script" (symbol-name script)))))
               ("syntax"
                ,(let ((syntax (syntax-after pos)))
                   (with-temp-buffer