diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/keymaps.texi | 4 |
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 |
| 743 | Characters that are bound to @code{self-insert-command} are translated | ||
| 744 | according 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 |
| 744 | currently active keymaps at point. | 748 | currently active keymaps at point. |
| 745 | 749 | ||