summaryrefslogtreecommitdiff
path: root/lisp/descr-text.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2008-07-17 01:25:22 +0000
committerKenichi Handa <handa@m17n.org>2008-07-17 01:25:22 +0000
commit06bc1f3f00fa27294dc3db921f777b892f779586 (patch)
treebbdea45ed00ea7ea3f3bb6e3876a45e7d2eed5dc /lisp/descr-text.el
parentee61f66b3133c2d9c20a55c65c379735e07c8aa2 (diff)
downloademacs-06bc1f3f00fa27294dc3db921f777b892f779586.tar.gz
(describe-char-unidata-list): Initialize to the
list of name, general-category, decomposition, and old-name.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r--lisp/descr-text.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el
index 3d655d8d83a..e14e1edbebb 100644
--- a/lisp/descr-text.el
+++ b/lisp/descr-text.el
@@ -179,7 +179,8 @@ otherwise."
(insert "There are text properties here:\n")
(describe-property-list properties)))))
-(defcustom describe-char-unidata-list nil
+(defcustom describe-char-unidata-list
+ '(name general-category decomposition old-name)
"List of Unicode-based character property names shown by `describe-char'."
:group 'mule
:version "23.1"