aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-10-19 17:24:03 +0000
committerRichard M. Stallman2007-10-19 17:24:03 +0000
commit97862da1efc6310c5f9e0af95340efc0ab41d232 (patch)
treea7007cb39c521a67738f8f7e73c8213117446ae4
parent2a1534d3c320e010e61d133de005450463dd8091 (diff)
downloademacs-97862da1efc6310c5f9e0af95340efc0ab41d232.tar.gz
emacs-97862da1efc6310c5f9e0af95340efc0ab41d232.zip
Whitespace fix.
-rw-r--r--doc/lispref/keymaps.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 2bd0de60f58..bdcc0a5a6d6 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -1516,7 +1516,6 @@ being read, as it is read, against @code{input-decode-map}, then
1516@code{function-key-map}, and then against @code{key-translation-map}. 1516@code{function-key-map}, and then against @code{key-translation-map}.
1517 1517
1518@defvar input-decode-map 1518@defvar input-decode-map
1519
1520This variable holds a keymap that describes the character sequences sent 1519This variable holds a keymap that describes the character sequences sent
1521by function keys on an ordinary character terminal. This keymap has the 1520by function keys on an ordinary character terminal. This keymap has the
1522same structure as other keymaps, but is used differently: it specifies 1521same structure as other keymaps, but is used differently: it specifies
@@ -1547,7 +1546,6 @@ deduced from Termcap and Terminfo. @xref{Terminal-Specific}.
1547@end defvar 1546@end defvar
1548 1547
1549@defvar function-key-map 1548@defvar function-key-map
1550
1551This variable holds a keymap similar to @code{input-decode-map} except 1549This variable holds a keymap similar to @code{input-decode-map} except
1552that it describes key sequences which should be translated to 1550that it describes key sequences which should be translated to
1553alternative interpretations that are usually preferred. It applies 1551alternative interpretations that are usually preferred. It applies