Use cl-lib instead of cl, and interactive-p => called-interactively-p.
[bpt/emacs.git] / lisp / international / charprop.el
CommitLineData
c805dec0 1;; Automatically generated by unidata-gen.el.
61523a7c
KH
2;; FILE: uni-name.el
3(define-char-code-property 'name "uni-name.el"
4 "Unicode character name.
c406be43
KH
5Property value is a string or nil.
6The value nil stands for the default value \"null string\").")
61523a7c
KH
7;; FILE: uni-category.el
8(define-char-code-property 'general-category "uni-category.el"
9 "Unicode general category.
10Property value is one of the following symbols:
11 Lu, Ll, Lt, Lm, Lo, Mn, Mc, Me, Nd, Nl, No, Pc, Pd, Ps, Pe, Pi, Pf, Po,
12 Sm, Sc, Sk, So, Zs, Zl, Zp, Cc, Cf, Cs, Co, Cn")
13;; FILE: uni-combining.el
14(define-char-code-property 'canonical-combining-class "uni-combining.el"
15 "Unicode canonical combining class.
16Property value is an integer.")
17;; FILE: uni-bidi.el
18(define-char-code-property 'bidi-class "uni-bidi.el"
19 "Unicode bidi class.
20Property value is one of the following symbols:
21 L, LRE, LRO, R, AL, RLE, RLO, PDF, EN, ES, ET,
22 AN, CS, NSM, BN, B, S, WS, ON")
23;; FILE: uni-decomposition.el
24(define-char-code-property 'decomposition "uni-decomposition.el"
25 "Unicode decomposition mapping.
26Property value is a list of characters. The first element may be
27one of these symbols representing compatibility formatting tag:
3b920650
KH
28 font, noBreak, initial, medial, final, isolated, circle, super,
29 sub, vertical, wide, narrow, small, square, fraction, compat")
61523a7c
KH
30;; FILE: uni-decimal.el
31(define-char-code-property 'decimal-digit-value "uni-decimal.el"
32 "Unicode numeric value (decimal digit).
0902a04e
KH
33Property value is an integer 0..9, or nil.
34The value nil stands for NaN \"Numeric_Value\".")
61523a7c
KH
35;; FILE: uni-digit.el
36(define-char-code-property 'digit-value "uni-digit.el"
37 "Unicode numeric value (digit).
0902a04e
KH
38Property value is an integer 0..9, or nil.
39The value nil stands for NaN \"Numeric_Value\".")
61523a7c
KH
40;; FILE: uni-numeric.el
41(define-char-code-property 'numeric-value "uni-numeric.el"
42 "Unicode numeric value (numeric).
0902a04e
KH
43Property value is an integer, a floating point, or nil.
44The value nil stands for NaN \"Numeric_Value\".")
61523a7c
KH
45;; FILE: uni-mirrored.el
46(define-char-code-property 'mirrored "uni-mirrored.el"
47 "Unicode bidi mirrored flag.
c805dec0 48Property value is a symbol `Y' or `N'. See also the property `mirroring'.")
61523a7c
KH
49;; FILE: uni-old-name.el
50(define-char-code-property 'old-name "uni-old-name.el"
51 "Unicode old names as published in Unicode 1.0.
c406be43
KH
52Property value is a string or nil.
53The value nil stands for the default value \"null string\").")
61523a7c
KH
54;; FILE: uni-comment.el
55(define-char-code-property 'iso-10646-comment "uni-comment.el"
56 "Unicode ISO 10646 comment.
57Property value is a string.")
58;; FILE: uni-uppercase.el
59(define-char-code-property 'uppercase "uni-uppercase.el"
60 "Unicode simple uppercase mapping.
0902a04e
KH
61Property value is a character or nil.
62The value nil means that the actual property value of a character
63is the character itself.")
61523a7c
KH
64;; FILE: uni-lowercase.el
65(define-char-code-property 'lowercase "uni-lowercase.el"
66 "Unicode simple lowercase mapping.
0902a04e
KH
67Property value is a character or nil.
68The value nil means that the actual property value of a character
69is the character itself.")
61523a7c
KH
70;; FILE: uni-titlecase.el
71(define-char-code-property 'titlecase "uni-titlecase.el"
72 "Unicode simple titlecase mapping.
0902a04e
KH
73Property value is a character or nil.
74The value nil means that the actual property value of a character
75is the character itself.")
c805dec0
KH
76;; FILE: uni-mirrored.el
77(define-char-code-property 'mirroring "uni-mirrored.el"
78 "Unicode bidi-mirroring characters.
0902a04e
KH
79Property value is a character that has the corresponding mirroring image or nil.
80The value nil means that the actual property value of a character
81is the character itself.")
61523a7c
KH
82;; Local Variables:
83;; coding: utf-8
84;; no-byte-compile: t
85;; End:
86
87;; charprop.el ends here