aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-02-07 11:09:56 +0000
committerEli Zaretskii2009-02-07 11:09:56 +0000
commitab992d66299ccc1269033f23f8b4ea33daca99a3 (patch)
tree64194be0db8185c7cbd58e691a07268433db52a5
parenta894169f5a6ac2cd9376423ac20ddf080eda1511 (diff)
downloademacs-ab992d66299ccc1269033f23f8b4ea33daca99a3.tar.gz
emacs-ab992d66299ccc1269033f23f8b4ea33daca99a3.zip
(Commands for Insertion): Reinstate documentation of
translation-table-for-input.
-rw-r--r--doc/lispref/ChangeLog8
-rw-r--r--doc/lispref/text.texi3
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 @@
12009-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
12009-01-27 Alan Mackenzie <acm@muc.de> 92009-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
488In an interactive call, @var{count} is the numeric prefix argument. 488In an interactive call, @var{count} is the numeric prefix argument.
489 489
490Self-insertion translates the input character through
491@code{translation-table-for-input}. @xref{Translation of Characters}.
492
490This command calls @code{auto-fill-function} whenever that is 493This command calls @code{auto-fill-function} whenever that is
491non-@code{nil} and the character inserted is in the table 494non-@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}).