# HG changeset patch # User Richard M. Stallman # Date 838136513 0 # Node ID 870d35f9e0862db744c91e4955529a15d8f5426a # Parent 4263612ea0384737924a3a3fde5ab34c19f8c94a Add some xrefs. diff -r 4263612ea038 -r 870d35f9e086 lispref/commands.texi --- a/lispref/commands.texi Tue Jul 23 15:41:10 1996 +0000 +++ b/lispref/commands.texi Tue Jul 23 15:41:53 1996 +0000 @@ -904,10 +904,11 @@ latter as the symbol @code{tab}. Most of the time, it's not useful to distinguish the two. So normally -@code{function-key-map} is set up to map @code{tab} into 9. Thus, a key -binding for character code 9 (the character @kbd{C-i}) also applies to -@code{tab}. Likewise for the other symbols in this group. The function -@code{read-char} likewise converts these events into characters. +@code{function-key-map} (@pxref{Translating Input}) is set up to map +@code{tab} into 9. Thus, a key binding for character code 9 (the +character @kbd{C-i}) also applies to @code{tab}. Likewise for the other +symbols in this group. The function @code{read-char} likewise converts +these events into characters. In @sc{ASCII}, @key{BS} is really @kbd{C-h}. But @code{backspace} converts into the character code 127 (@key{DEL}), not into code 8 @@ -1619,7 +1620,8 @@ programs. See also @code{momentary-string-display} in @ref{Temporary Displays}, and @code{sit-for} in @ref{Waiting}. @xref{Terminal Input}, for functions and variables for controlling terminal input modes and -debugging terminal input. +debugging terminal input. @xref{Translating Input}, for features you +can use for translating or modifying input events while reading them. For higher-level input facilities, see @ref{Minibuffers}.