]> git.eshelyaron.com Git - emacs.git/commitdiff
(Commands for Insertion): Reinstate documentation of
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 11:09:56 +0000 (11:09 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 11:09:56 +0000 (11:09 +0000)
translation-table-for-input.

doc/lispref/ChangeLog
doc/lispref/text.texi

index 77fab295ff348ce42400d63489dd8abb10b58b37..64e05276e365f350f8dcc01ce267b1d7b7945b16 100644 (file)
@@ -1,3 +1,11 @@
+2009-02-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * text.texi (Commands for Insertion): 
+       * commands.texi (Event Mod): 
+       * keymaps.texi (Searching Keymaps): 
+       * nonascii.texi (Translation of Characters): Reinstate
+       documentation of translation-table-for-input.
+
 2009-01-27  Alan Mackenzie  <acm@muc.de>
 
        * modes.texi (Search-based Fontification): Correct a typo.
index a3ffb51aededa3e669cd12011a827a3dec966cee..72a2feda6831034835624db80021a2802811f260 100644 (file)
@@ -487,6 +487,9 @@ it except to install it on a keymap.
 
 In an interactive call, @var{count} is the numeric prefix argument.
 
+Self-insertion translates the input character through
+@code{translation-table-for-input}.  @xref{Translation of Characters}.
+
 This command calls @code{auto-fill-function} whenever that is
 non-@code{nil} and the character inserted is in the table
 @code{auto-fill-chars} (@pxref{Auto Filling}).