aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2009-02-07 11:08:01 +0000
committerEli Zaretskii2009-02-07 11:08:01 +0000
commitec9e95235a6447670292a88a3b04258de0b70e65 (patch)
treefeff61c76484c7812aeb5fb99a2cf761e99570ab /doc
parent5c9c5c4ba0908c39626c4ba54eacea159bb2a646 (diff)
downloademacs-ec9e95235a6447670292a88a3b04258de0b70e65.tar.gz
emacs-ec9e95235a6447670292a88a3b04258de0b70e65.zip
(Searching Keymaps): Reinstate documentation of translation-table-for-input.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/keymaps.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index b6a7604450d..177be238318 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -740,6 +740,10 @@ The function finally found may be remapped
740(@pxref{Remapping Commands}). 740(@pxref{Remapping Commands}).
741 741
742@item 742@item
743Characters that are bound to @code{self-insert-command} are translated
744according to @code{translation-table-for-input} before insertion.
745
746@item
743@code{current-active-maps} returns a list of the 747@code{current-active-maps} returns a list of the
744currently active keymaps at point. 748currently active keymaps at point.
745 749