diff options
Diffstat (limited to 'doc/lispref/keymaps.texi')
-rw-r--r-- | doc/lispref/keymaps.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 08967a33b82..576a02fdcd2 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -740,10 +740,6 @@ The function finally found may be remapped (@pxref{Remapping Commands}). @item -Characters that are bound to @code{self-insert-command} are translated -according to @code{translation-table-for-input} before insertion. - -@item @code{current-active-maps} returns a list of the currently active keymaps at point. |