comparison doc/lispref/text.texi @ 94331:6d85304f4f12

(translation-table-for-input): Mark as obsolete.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 24 Apr 2008 18:10:09 +0000
parents 107ccd98fa12
children 2af6e85f13d5
comparison
equal deleted inserted replaced
94330:52fb31c78b25 94331:6d85304f4f12
485 is the most frequently called function in Emacs, but programs rarely use 485 is the most frequently called function in Emacs, but programs rarely use
486 it except to install it on a keymap. 486 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
493 This command calls @code{auto-fill-function} whenever that is 490 This command calls @code{auto-fill-function} whenever that is
494 non-@code{nil} and the character inserted is in the table 491 non-@code{nil} and the character inserted is in the table
495 @code{auto-fill-chars} (@pxref{Auto Filling}). 492 @code{auto-fill-chars} (@pxref{Auto Filling}).
496 493
497 @c Cross refs reworded to prevent overfull hbox. --rjc 15mar92 494 @c Cross refs reworded to prevent overfull hbox. --rjc 15mar92