From: Eli Zaretskii Date: Sat, 7 Feb 2009 11:09:56 +0000 (+0000) Subject: (Commands for Insertion): Reinstate documentation of X-Git-Tag: emacs-pretest-23.0.91~359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab992d66299ccc1269033f23f8b4ea33daca99a3;p=emacs.git (Commands for Insertion): Reinstate documentation of translation-table-for-input. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 77fab295ff3..64e05276e36 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,11 @@ +2009-02-07 Eli Zaretskii + + * 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 * modes.texi (Search-based Fontification): Correct a typo. diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index a3ffb51aede..72a2feda683 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -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}).