From: Eli Zaretskii Date: Sat, 7 Feb 2009 11:08:01 +0000 (+0000) Subject: (Searching Keymaps): Reinstate documentation of translation-table-for-input. X-Git-Tag: emacs-pretest-23.0.91~361 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec9e95235a6447670292a88a3b04258de0b70e65;p=emacs.git (Searching Keymaps): Reinstate documentation of translation-table-for-input. --- 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 @@ -739,6 +739,10 @@ that string instead of the buffer. 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.