diff options
| author | Eli Zaretskii | 2009-02-07 11:08:01 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-02-07 11:08:01 +0000 |
| commit | ec9e95235a6447670292a88a3b04258de0b70e65 (patch) | |
| tree | feff61c76484c7812aeb5fb99a2cf761e99570ab /doc | |
| parent | 5c9c5c4ba0908c39626c4ba54eacea159bb2a646 (diff) | |
| download | emacs-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.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 | ||