diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/commands.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index f25f2ba3a0f..ea169da6eb0 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -2455,7 +2455,9 @@ such as @code{recent-keys} and dribble files record the characters after | |||
| 2455 | translation. | 2455 | translation. |
| 2456 | 2456 | ||
| 2457 | Note also that this translation is done before the characters are | 2457 | Note also that this translation is done before the characters are |
| 2458 | supplied to input methods (@pxref{Input Methods}). | 2458 | supplied to input methods (@pxref{Input Methods}). Use |
| 2459 | @code{translation-table-for-input} (@pxref{Translation of Characters}), | ||
| 2460 | if you want to translate characters after input methods operate. | ||
| 2459 | @end defvar | 2461 | @end defvar |
| 2460 | 2462 | ||
| 2461 | @defun keyboard-translate from to | 2463 | @defun keyboard-translate from to |