Mercurial > hg > xemacs-beta
diff lisp/mule/mule-charset.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 | 00abb1091204 |
children | 13a418960a88 |
line wrap: on
line diff
--- a/lisp/mule/mule-charset.el Sun Jun 06 21:50:31 2004 +0000 +++ b/lisp/mule/mule-charset.el Sun Jun 06 23:58:46 2004 +0000 @@ -167,8 +167,8 @@ (defun make-translation-table (&rest args) "Make a translation table from arguments. -A translation table is a char table intended for for character -translation in CCL programs. +A translation table is a char table intended for character translation +in CCL programs. Each argument is a list of elemnts of the form (FROM . TO), where FROM is a character to be translated to TO.