# HG changeset patch # User Eli Zaretskii # Date 1234004881 0 # Node ID cd9537533674785dda16cd194c1a927605ad3f25 # Parent 8f7ed9f9309f0fe503f84a370ad4f447a33411b0 (Searching Keymaps): Reinstate documentation of translation-table-for-input. diff -r 8f7ed9f9309f -r cd9537533674 doc/lispref/keymaps.texi --- a/doc/lispref/keymaps.texi Sat Feb 07 11:07:22 2009 +0000 +++ b/doc/lispref/keymaps.texi Sat Feb 07 11:08:01 2009 +0000 @@ -740,6 +740,10 @@ (@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.