diff options
| author | Chong Yidong | 2012-04-09 21:05:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-09 21:05:48 +0800 |
| commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
| tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/language | |
| parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
| download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip | |
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/ethio-util.el | 16 | ||||
| -rw-r--r-- | lisp/language/korea-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/tibet-util.el | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index e61645c10fc..90e649c574c 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -99,34 +99,34 @@ | |||
| 99 | ;; | 99 | ;; |
| 100 | 100 | ||
| 101 | (defvar ethio-primary-language 'tigrigna | 101 | (defvar ethio-primary-language 'tigrigna |
| 102 | "*Symbol that defines the primary language in SERA --> FIDEL conversion. | 102 | "Symbol that defines the primary language in SERA --> FIDEL conversion. |
| 103 | The value should be one of: `tigrigna', `amharic' or `english'.") | 103 | The value should be one of: `tigrigna', `amharic' or `english'.") |
| 104 | 104 | ||
| 105 | (defvar ethio-secondary-language 'english | 105 | (defvar ethio-secondary-language 'english |
| 106 | "*Symbol that defines the secondary language in SERA --> FIDEL conversion. | 106 | "Symbol that defines the secondary language in SERA --> FIDEL conversion. |
| 107 | The value should be one of: `tigrigna', `amharic' or `english'.") | 107 | The value should be one of: `tigrigna', `amharic' or `english'.") |
| 108 | 108 | ||
| 109 | (defvar ethio-use-colon-for-colon nil | 109 | (defvar ethio-use-colon-for-colon nil |
| 110 | "*Non-nil means associate ASCII colon with Ethiopic colon. | 110 | "Non-nil means associate ASCII colon with Ethiopic colon. |
| 111 | If nil, associate ASCII colon with Ethiopic word separator, i.e., two | 111 | If nil, associate ASCII colon with Ethiopic word separator, i.e., two |
| 112 | vertically stacked dots. All SERA <--> FIDEL converters refer this | 112 | vertically stacked dots. All SERA <--> FIDEL converters refer this |
| 113 | variable.") | 113 | variable.") |
| 114 | 114 | ||
| 115 | (defvar ethio-use-three-dot-question nil | 115 | (defvar ethio-use-three-dot-question nil |
| 116 | "*Non-nil means associate ASCII question mark with Ethiopic old style question mark (three vertically stacked dots). | 116 | "Non-nil means associate ASCII question mark with Ethiopic old style question mark (three vertically stacked dots). |
| 117 | If nil, associate ASCII question mark with Ethiopic stylized question | 117 | If nil, associate ASCII question mark with Ethiopic stylized question |
| 118 | mark. All SERA <--> FIDEL converters refer this variable.") | 118 | mark. All SERA <--> FIDEL converters refer this variable.") |
| 119 | 119 | ||
| 120 | (defvar ethio-quote-vowel-always nil | 120 | (defvar ethio-quote-vowel-always nil |
| 121 | "*Non-nil means always put an apostrophe before an isolated vowel (except at word initial) in FIDEL --> SERA conversion. | 121 | "Non-nil means always put an apostrophe before an isolated vowel (except at word initial) in FIDEL --> SERA conversion. |
| 122 | If nil, put an apostrophe only between a 6th-form consonant and an | 122 | If nil, put an apostrophe only between a 6th-form consonant and an |
| 123 | isolated vowel.") | 123 | isolated vowel.") |
| 124 | 124 | ||
| 125 | (defvar ethio-W-sixth-always nil | 125 | (defvar ethio-W-sixth-always nil |
| 126 | "*Non-nil means convert the Wu-form of a 12-form consonant to \"W'\" instead of \"Wu\" in FIDEL --> SERA conversion.") | 126 | "Non-nil means convert the Wu-form of a 12-form consonant to \"W'\" instead of \"Wu\" in FIDEL --> SERA conversion.") |
| 127 | 127 | ||
| 128 | (defvar ethio-numeric-reduction 0 | 128 | (defvar ethio-numeric-reduction 0 |
| 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, |
| @@ -134,7 +134,7 @@ For example, ({10}{9}{100}{80}{7}) is converted into: | |||
| 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. |
| 138 | If nil, use uppercases.") | 138 | If nil, use uppercases.") |
| 139 | 139 | ||
| 140 | (defun ethio-prefer-amharic-p () | 140 | (defun ethio-prefer-amharic-p () |
diff --git a/lisp/language/korea-util.el b/lisp/language/korea-util.el index f8dfdf45d00..ee8ebb7b2e7 100644 --- a/lisp/language/korea-util.el +++ b/lisp/language/korea-util.el | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) | 32 | (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) |
| 33 | "3" | 33 | "3" |
| 34 | "")) | 34 | "")) |
| 35 | "*The kind of Korean keyboard for Korean input method. | 35 | "The kind of Korean keyboard for Korean input method. |
| 36 | \"\" for 2, \"3\" for 3.") | 36 | \"\" for 2, \"3\" for 3.") |
| 37 | 37 | ||
| 38 | ;; functions useful for Korean text input | 38 | ;; functions useful for Korean text input |
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el index 66795201f7f..f6dd15bf222 100644 --- a/lisp/language/tibet-util.el +++ b/lisp/language/tibet-util.el | |||
| @@ -398,7 +398,7 @@ See also docstring of the function tibetan-compose-region." | |||
| 398 | )))) | 398 | )))) |
| 399 | 399 | ||
| 400 | (defvar tibetan-strict-unicode t | 400 | (defvar tibetan-strict-unicode t |
| 401 | "*Flag to control Tibetan canonicalizing for Unicode. | 401 | "Flag to control Tibetan canonicalizing for Unicode. |
| 402 | 402 | ||
| 403 | If non-nil, the vowel a is removed and composite vowels are decomposed | 403 | If non-nil, the vowel a is removed and composite vowels are decomposed |
| 404 | before writing buffer in Unicode. See also | 404 | before writing buffer in Unicode. See also |