aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/commands.texi4
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
2455translation. 2455translation.
2456 2456
2457Note also that this translation is done before the characters are 2457Note also that this translation is done before the characters are
2458supplied to input methods (@pxref{Input Methods}). 2458supplied to input methods (@pxref{Input Methods}). Use
2459@code{translation-table-for-input} (@pxref{Translation of Characters}),
2460if 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