diff options
| author | Paul Eggert | 2011-12-05 00:55:25 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-05 00:55:25 -0800 |
| commit | fa46310344375ef5c114cbb94d4acea39ac29239 (patch) | |
| tree | 4d74de9694db1c199cd9301a27c48b4d4137cf0c /lisp/language | |
| parent | c3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff) | |
| download | emacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/ethio-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/lao-util.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index 1d93d981f8e..306a7bee9dc 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -890,7 +890,7 @@ Otherwise, [0-9A-F]." | |||
| 890 | 890 | ||
| 891 | ;;;###autoload | 891 | ;;;###autoload |
| 892 | (defun ethio-find-file nil | 892 | (defun ethio-find-file nil |
| 893 | "Transliterate file content into Ethiopic dependig on filename suffix." | 893 | "Transliterate file content into Ethiopic depending on filename suffix." |
| 894 | (cond | 894 | (cond |
| 895 | 895 | ||
| 896 | ((string-match "\\.sera$" (buffer-file-name)) | 896 | ((string-match "\\.sera$" (buffer-file-name)) |
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el index 008eb92dbbc..2a339504409 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el | |||
| @@ -386,7 +386,7 @@ character MAA-SAKOD-n.") | |||
| 386 | "Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string. | 386 | "Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string. |
| 387 | Only the first syllable is transcribed. | 387 | Only the first syllable is transcribed. |
| 388 | The value has the form: (START END LAO-STRING), where | 388 | The value has the form: (START END LAO-STRING), where |
| 389 | START and END are the beggining and end positions of the Roman Lao syllable, | 389 | START and END are the beginning and end positions of the Roman Lao syllable, |
| 390 | LAO-STRING is the Lao character transcription of it. | 390 | LAO-STRING is the Lao character transcription of it. |
| 391 | 391 | ||
| 392 | Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao | 392 | Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao |