diff options
| author | Eli Zaretskii | 2009-02-07 11:09:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-02-07 11:09:56 +0000 |
| commit | ab992d66299ccc1269033f23f8b4ea33daca99a3 (patch) | |
| tree | 64194be0db8185c7cbd58e691a07268433db52a5 | |
| parent | a894169f5a6ac2cd9376423ac20ddf080eda1511 (diff) | |
| download | emacs-ab992d66299ccc1269033f23f8b4ea33daca99a3.tar.gz emacs-ab992d66299ccc1269033f23f8b4ea33daca99a3.zip | |
(Commands for Insertion): Reinstate documentation of
translation-table-for-input.
| -rw-r--r-- | doc/lispref/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 3 |
2 files changed, 11 insertions, 0 deletions
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 @@ | |||
| 1 | 2009-02-07 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * text.texi (Commands for Insertion): | ||
| 4 | * commands.texi (Event Mod): | ||
| 5 | * keymaps.texi (Searching Keymaps): | ||
| 6 | * nonascii.texi (Translation of Characters): Reinstate | ||
| 7 | documentation of translation-table-for-input. | ||
| 8 | |||
| 1 | 2009-01-27 Alan Mackenzie <acm@muc.de> | 9 | 2009-01-27 Alan Mackenzie <acm@muc.de> |
| 2 | 10 | ||
| 3 | * modes.texi (Search-based Fontification): Correct a typo. | 11 | * 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. | |||
| 487 | 487 | ||
| 488 | In an interactive call, @var{count} is the numeric prefix argument. | 488 | In an interactive call, @var{count} is the numeric prefix argument. |
| 489 | 489 | ||
| 490 | Self-insertion translates the input character through | ||
| 491 | @code{translation-table-for-input}. @xref{Translation of Characters}. | ||
| 492 | |||
| 490 | This command calls @code{auto-fill-function} whenever that is | 493 | This command calls @code{auto-fill-function} whenever that is |
| 491 | non-@code{nil} and the character inserted is in the table | 494 | non-@code{nil} and the character inserted is in the table |
| 492 | @code{auto-fill-chars} (@pxref{Auto Filling}). | 495 | @code{auto-fill-chars} (@pxref{Auto Filling}). |