1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(Commands for Insertion): Reinstate documentation of

translation-table-for-input.
This commit is contained in:
Eli Zaretskii 2009-02-07 11:09:56 +00:00
parent a894169f5a
commit ab992d6629
2 changed files with 11 additions and 0 deletions

View 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.

View 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}).