]> git.eshelyaron.com Git - emacs.git/commitdiff
make-translation-table addition
authorDave Love <fx@gnu.org>
Tue, 23 Jan 2001 19:05:26 +0000 (19:05 +0000)
committerDave Love <fx@gnu.org>
Tue, 23 Jan 2001 19:05:26 +0000 (19:05 +0000)
lispref/nonascii.texi

index 3582658dadc4d91fff5c831bfa3c731744d751cc..27743ca2a72f3ff3da2cb6bfe2f3c82dfe3e0612 100644 (file)
@@ -465,6 +465,11 @@ This function returns a translation table based on the argument
 . @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}).