aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-01-23 19:05:26 +0000
committerDave Love2001-01-23 19:05:26 +0000
commitc04c052b98ffd5aafc00c83967614d16378ee0e7 (patch)
tree16eb43e8d09438fe1b5e80eb5d1a317119fad285
parent7aeb1fa97c32d4336d5b8d1da5c01b7347cb8396 (diff)
downloademacs-c04c052b98ffd5aafc00c83967614d16378ee0e7.tar.gz
emacs-c04c052b98ffd5aafc00c83967614d16378ee0e7.zip
make-translation-table addition
-rw-r--r--lispref/nonascii.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi
index 3582658dadc..27743ca2a72 100644
--- a/lispref/nonascii.texi
+++ b/lispref/nonascii.texi
@@ -465,6 +465,11 @@ This function returns a translation table based on the argument
465. @var{to})}; this says to translate the character @var{from} into 465. @var{to})}; this says to translate the character @var{from} into
466@var{to}. 466@var{to}.
467 467
468The arguments and the forms in each argument are processed in order,
469and if a previous form already translates @var{to} to some other
470character, say @var{to-alt}, @var{from} is also translated to
471@var{to-alt}.
472
468You can also map one whole character set into another character set with 473You can also map one whole character set into another character set with
469the same dimension. To do this, you specify a generic character (which 474the same dimension. To do this, you specify a generic character (which
470designates a character set) for @var{from} (@pxref{Splitting Characters}). 475designates a character set) for @var{from} (@pxref{Splitting Characters}).