changeset 15764:870d35f9e086

Add some xrefs.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Jul 1996 15:41:53 +0000
parents 4263612ea038
children 8cc15b664c4c
files lispref/commands.texi
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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}.