comparison lisp/international/mule.el @ 35481:df08279e042b

(make-translation-table): Fix docstring.
author Kenichi Handa <handa@m17n.org>
date Tue, 23 Jan 2001 01:36:19 +0000
parents dcbb79777f94
children 888971e7d606
comparison
equal deleted inserted replaced
35480:259d068416a3 35481:df08279e042b
1444 1444
1445 FROM can be a generic character (see `make-char'). In this case, TO is 1445 FROM can be a generic character (see `make-char'). In this case, TO is
1446 a generic character containing the same number of characters, or a 1446 a generic character containing the same number of characters, or a
1447 ordinary character. If FROM and TO are both generic characters, all 1447 ordinary character. If FROM and TO are both generic characters, all
1448 characters belonging to FROM are translated to characters belonging to TO 1448 characters belonging to FROM are translated to characters belonging to TO
1449 without changing their position code(s)." 1449 without changing their position code(s).
1450
1451 The arguments and forms in each argument are processed in the given
1452 order, and if a previous form already translates TO to some other
1453 character, say TO-ALT, FROM is also translated to TO-ALT."
1450 (let ((table (make-char-table 'translation-table)) 1454 (let ((table (make-char-table 'translation-table))
1451 revlist) 1455 revlist)
1452 (while args 1456 (while args
1453 (let ((elts (car args))) 1457 (let ((elts (car args)))
1454 (while elts 1458 (while elts