From ec9e95235a6447670292a88a3b04258de0b70e65 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Feb 2009 11:08:01 +0000 Subject: [PATCH] (Searching Keymaps): Reinstate documentation of translation-table-for-input. --- doc/lispref/keymaps.texi | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.39.5