Mercurial > hg > xemacs-beta
comparison lisp/mule/ethio-util.el @ 2116:ce294639d321
[xemacs-hg @ 2004-06-06 23:58:40 by adrian]
xemacs-21.5: phrase duplication typo fixes for lisp and src
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2004-06-07 Adrian Aichner <adrian@xemacs.org>
* mule/ethio-util.el (ethio-sera-to-fidel-region): Phrase
duplication typo fixes for typos found by
xemacs-builds/adrian/typology/phrase-duplication-typo.pl.
* mule/mule-charset.el (make-translation-table): Ditto.
2004-06-07 Adrian Aichner <adrian@xemacs.org>
* files.el (basic-save-buffer): Ditto.
* lisp-mode.el (eval-interactive-verbose): Ditto.
* newcomment.el (uncomment-region): Ditto.
src/ChangeLog addition:
2004-06-07 Adrian Aichner <adrian@xemacs.org>
* device-x.c (x_IO_error_handler): Phrase duplication typo fixes
for typos found by
xemacs-builds/adrian/typology/phrase-duplication-typo.pl.
author | adrian |
---|---|
date | Sun, 06 Jun 2004 23:58:46 +0000 |
parents | 6c18935dbbf8 |
children | 2c5142751000 |
comparison
equal
deleted
inserted
replaced
2115:204cd6005d9b | 2116:ce294639d321 |
---|---|
429 "Convert the characters in region from SERA to FIDEL. | 429 "Convert the characters in region from SERA to FIDEL. |
430 The variable `ethio-primary-language' specifies the primary language | 430 The variable `ethio-primary-language' specifies the primary language |
431 and `ethio-secondary-language' specifies the secondary. | 431 and `ethio-secondary-language' specifies the secondary. |
432 | 432 |
433 If the 3rd parameter SECONDARY is given and non-nil, assume the region | 433 If the 3rd parameter SECONDARY is given and non-nil, assume the region |
434 begins begins with the secondary language; otherwise with the primary | 434 begins with the secondary language; otherwise with the primary |
435 language. | 435 language. |
436 | 436 |
437 If the 4th parameter FORCE is given and non-nil, perform conversion | 437 If the 4th parameter FORCE is given and non-nil, perform conversion |
438 even if the buffer is read-only. | 438 even if the buffer is read-only. |
439 | 439 |