aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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