# HG changeset patch # User Eli Zaretskii # Date 1005219211 0 # Node ID 24ea3c263919e8f47cb0418896d0ce68ea366568 # Parent 22caa22b73990b1e1b92ff602675e3b71f2d1efe (make-translation-table): Doc fix. diff -r 22caa22b7399 -r 24ea3c263919 lisp/international/mule.el --- 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).