diff options
| author | Dave Love | 2001-01-31 01:20:04 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-31 01:20:04 +0000 |
| commit | f57b6e648c009a6691218454b28d54de3efd6e21 (patch) | |
| tree | 1cabcf4c85ad5f4c9c0ce7d37db4ab6fe6314898 /lispref | |
| parent | a63643cd04cda0e835077a8bdcacb5513b1f6338 (diff) | |
| download | emacs-f57b6e648c009a6691218454b28d54de3efd6e21.tar.gz emacs-f57b6e648c009a6691218454b28d54de3efd6e21.zip | |
*** empty log message ***
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/nonascii.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index 27743ca2a72..b8044625bbf 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi | |||
| @@ -460,10 +460,9 @@ apply to all other coding systems. | |||
| 460 | 460 | ||
| 461 | @defun make-translation-table &rest translations | 461 | @defun make-translation-table &rest translations |
| 462 | This function returns a translation table based on the argument | 462 | This function returns a translation table based on the argument |
| 463 | @var{translations}. Each element of | 463 | @var{translations}. Each element of @var{translations} should be a |
| 464 | @var{translations} should be a list of the form @code{(@var{from} | 464 | list of elements of the form @code{(@var{from} . @var{to})}; this says |
| 465 | . @var{to})}; this says to translate the character @var{from} into | 465 | to translate the character @var{from} into @var{to}. |
| 466 | @var{to}. | ||
| 467 | 466 | ||
| 468 | The arguments and the forms in each argument are processed in order, | 467 | The arguments and the forms in each argument are processed in order, |
| 469 | and if a previous form already translates @var{to} to some other | 468 | and if a previous form already translates @var{to} to some other |