diff options
| author | Kenichi Handa | 2008-12-01 11:42:43 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-12-01 11:42:43 +0000 |
| commit | 58f4a9060f8767091eab0088573f9e1d75b4deb0 (patch) | |
| tree | 17b5bc38b7baa9739e4e7e08bc59ff4707526f10 | |
| parent | 2fc9e56e9ef43ece76904f0b0653f38b42d4d677 (diff) | |
| download | emacs-58f4a9060f8767091eab0088573f9e1d75b4deb0.tar.gz emacs-58f4a9060f8767091eab0088573f9e1d75b4deb0.zip | |
Re-generated.
| -rw-r--r-- | lisp/international/charprop.el | 2 | ||||
| -rw-r--r-- | lisp/international/uni-numeric.el | bin | 3721 -> 3649 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/charprop.el b/lisp/international/charprop.el index a0c3759c361..c6ed5e20a98 100644 --- a/lisp/international/charprop.el +++ b/lisp/international/charprop.el | |||
| @@ -38,7 +38,7 @@ Property value is an integer.") | |||
| 38 | ;; FILE: uni-numeric.el | 38 | ;; FILE: uni-numeric.el |
| 39 | (define-char-code-property 'numeric-value "uni-numeric.el" | 39 | (define-char-code-property 'numeric-value "uni-numeric.el" |
| 40 | "Unicode numeric value (numeric). | 40 | "Unicode numeric value (numeric). |
| 41 | Property value is a symbol.") | 41 | Property value is an integer or a floating point.") |
| 42 | ;; FILE: uni-mirrored.el | 42 | ;; FILE: uni-mirrored.el |
| 43 | (define-char-code-property 'mirrored "uni-mirrored.el" | 43 | (define-char-code-property 'mirrored "uni-mirrored.el" |
| 44 | "Unicode bidi mirrored flag. | 44 | "Unicode bidi mirrored flag. |
diff --git a/lisp/international/uni-numeric.el b/lisp/international/uni-numeric.el index ebb0033e203..bf4f1831984 100644 --- a/lisp/international/uni-numeric.el +++ b/lisp/international/uni-numeric.el | |||
| Binary files differ | |||