Mercurial > emacs
changeset 101861:cd9537533674
(Searching Keymaps): Reinstate documentation of translation-table-for-input.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 07 Feb 2009 11:08:01 +0000 |
parents | 8f7ed9f9309f |
children | dbfc08088592 |
files | doc/lispref/keymaps.texi |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.