Mercurial > emacs
changeset 101863:2e2da354b49a
(Commands for Insertion): Reinstate documentation of
translation-table-for-input.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 07 Feb 2009 11:09:34 +0000 |
parents | dbfc08088592 |
children | 267681f66b59 |
files | doc/lispref/text.texi |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/text.texi Sat Feb 07 11:08:45 2009 +0000 +++ b/doc/lispref/text.texi Sat Feb 07 11:09:34 2009 +0000 @@ -487,6 +487,9 @@ 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}).