# HG changeset patch # User Kenichi Handa # Date 980213779 0 # Node ID df08279e042b36427753b25b8b49d173deac8bf9 # Parent 259d068416a3f1b84d25809ead0373f19aa2efa8 (make-translation-table): Fix docstring. diff -r 259d068416a3 -r df08279e042b lisp/international/mule.el --- a/lisp/international/mule.el Tue Jan 23 01:36:00 2001 +0000 +++ b/lisp/international/mule.el Tue Jan 23 01:36:19 2001 +0000 @@ -1446,7 +1446,11 @@ a generic character containing the same number of characters, or a 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)." +without changing their position code(s). + +The arguments and forms in each argument are processed in the given +order, and if a previous form already translates TO to some other +character, say TO-ALT, FROM is also translated to TO-ALT." (let ((table (make-char-table 'translation-table)) revlist) (while args