comparison 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
comparison
equal deleted inserted replaced
2115:204cd6005d9b 2116:ce294639d321
165 forward 165 forward
166 reverse) 166 reverse)
167 167
168 (defun make-translation-table (&rest args) 168 (defun make-translation-table (&rest args)
169 "Make a translation table from arguments. 169 "Make a translation table from arguments.
170 A translation table is a char table intended for for character 170 A translation table is a char table intended for character translation
171 translation in CCL programs. 171 in CCL programs.
172 172
173 Each argument is a list of elemnts of the form (FROM . TO), where FROM 173 Each argument is a list of elemnts of the form (FROM . TO), where FROM
174 is a character to be translated to TO. 174 is a character to be translated to TO.
175 175
176 FROM can be a generic character (see `make-char'). In this case, TO is 176 FROM can be a generic character (see `make-char'). In this case, TO is