Mercurial > emacs
changeset 40826:24ea3c263919
(make-translation-table): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 08 Nov 2001 11:33:31 +0000 |
parents | 22caa22b7399 |
children | 9802d0c96af6 |
files | lisp/international/mule.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Thu Nov 08 09:57:20 2001 +0000 +++ b/lisp/international/mule.el Thu Nov 08 11:33:31 2001 +0000 @@ -1535,14 +1535,14 @@ (defun make-translation-table (&rest args) "Make a translation table from arguments. -A translation table is a char table intended for for character +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 +Each argument is a list of elements of the form (FROM . TO), where FROM is a character to be translated to TO. FROM can be a generic character (see `make-char'). In this case, TO is -a generic character containing the same number of characters, or a +a generic character containing the same number of characters, or an ordinary character. If FROM and TO are both generic characters, all characters belonging to FROM are translated to characters belonging to TO without changing their position code(s).