diff options
| author | Kenichi Handa | 2000-01-25 03:26:27 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-01-25 03:26:27 +0000 |
| commit | f81e6c49b5854842d7e1be1d01eea6a068e78e5d (patch) | |
| tree | 0d7768f50b74b786cea60285b6706ac111645587 /lisp | |
| parent | 8dbe2b079a168e5e2f599aca6118d820545962d6 (diff) | |
| download | emacs-f81e6c49b5854842d7e1be1d01eea6a068e78e5d.tar.gz emacs-f81e6c49b5854842d7e1be1d01eea6a068e78e5d.zip | |
(thai-composition-function): Delete
superfluous `a'.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/language/thai-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el index 04b48a6af13..e46a472d9f2 100644 --- a/lisp/language/thai-util.el +++ b/lisp/language/thai-util.el | |||
| @@ -199,7 +199,7 @@ The text matches the regular expression PATTERN. | |||
| 199 | Optional 4th argument STRING, if non-nil, is a string containing text | 199 | Optional 4th argument STRING, if non-nil, is a string containing text |
| 200 | to compose. | 200 | to compose. |
| 201 | 201 | ||
| 202 | The return value is number of composed characters."a | 202 | The return value is number of composed characters." |
| 203 | (if (< (1+ from) to) | 203 | (if (< (1+ from) to) |
| 204 | (prog1 (- to from) | 204 | (prog1 (- to from) |
| 205 | (if string | 205 | (if string |