]> git.eshelyaron.com Git - emacs.git/commitdiff
(Searching Keymaps): Reinstate documentation of translation-table-for-input.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 11:08:01 +0000 (11:08 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 11:08:01 +0000 (11:08 +0000)
doc/lispref/keymaps.texi

index b6a7604450da5bec6f26f381a2e7acf2dacda263..177be238318a0ce35ccad3a390d4ae43d8fa6b4e 100644 (file)
@@ -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.