changeset 35493:679a73dad19a

make-translation-table addition
author Dave Love <fx@gnu.org>
date Tue, 23 Jan 2001 19:05:26 +0000
parents 7fffa9be108a
children afce7f1c2ba5
files lispref/nonascii.texi
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/nonascii.texi	Tue Jan 23 18:49:50 2001 +0000
+++ b/lispref/nonascii.texi	Tue Jan 23 19:05:26 2001 +0000
@@ -465,6 +465,11 @@
 . @var{to})}; this says to translate the character @var{from} into
 @var{to}.
 
+The arguments and the forms in each argument are processed in order,
+and if a previous form already translates @var{to} to some other
+character, say @var{to-alt}, @var{from} is also translated to
+@var{to-alt}.
+
 You can also map one whole character set into another character set with
 the same dimension.  To do this, you specify a generic character (which
 designates a character set) for @var{from} (@pxref{Splitting Characters}).