diff options
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/ethio-util.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index a27f74907b0..127865760d0 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -129,9 +129,9 @@ isolated vowel.") | |||
| 129 | "Degree of reduction in converting Ethiopic digits into Arabic digits. | 129 | "Degree of reduction in converting Ethiopic digits into Arabic digits. |
| 130 | Should be 0, 1 or 2. | 130 | Should be 0, 1 or 2. |
| 131 | For example, ({10}{9}{100}{80}{7}) is converted into: | 131 | For example, ({10}{9}{100}{80}{7}) is converted into: |
| 132 | `10`9`100`80`7 if `ethio-numeric-reduction' is 0, | 132 | \\=`10\\=`9\\=`100\\=`80\\=`7 if `ethio-numeric-reduction' is 0, |
| 133 | `109100807 if `ethio-numeric-reduction' is 1, | 133 | \\=`109100807 if `ethio-numeric-reduction' is 1, |
| 134 | `10900807 if `ethio-numeric-reduction' is 2.") | 134 | \\=`10900807 if `ethio-numeric-reduction' is 2.") |
| 135 | 135 | ||
| 136 | (defvar ethio-java-save-lowercase nil | 136 | (defvar ethio-java-save-lowercase nil |
| 137 | "Non-nil means save Ethiopic characters in lowercase hex numbers to Java files. | 137 | "Non-nil means save Ethiopic characters in lowercase hex numbers to Java files. |