diff options
| author | Richard M. Stallman | 2007-10-19 17:24:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-19 17:24:03 +0000 |
| commit | 97862da1efc6310c5f9e0af95340efc0ab41d232 (patch) | |
| tree | a7007cb39c521a67738f8f7e73c8213117446ae4 | |
| parent | 2a1534d3c320e010e61d133de005450463dd8091 (diff) | |
| download | emacs-97862da1efc6310c5f9e0af95340efc0ab41d232.tar.gz emacs-97862da1efc6310c5f9e0af95340efc0ab41d232.zip | |
Whitespace fix.
| -rw-r--r-- | doc/lispref/keymaps.texi | 2 |
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 | |||
| 1520 | This variable holds a keymap that describes the character sequences sent | 1519 | This variable holds a keymap that describes the character sequences sent |
| 1521 | by function keys on an ordinary character terminal. This keymap has the | 1520 | by function keys on an ordinary character terminal. This keymap has the |
| 1522 | same structure as other keymaps, but is used differently: it specifies | 1521 | same 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 | |||
| 1551 | This variable holds a keymap similar to @code{input-decode-map} except | 1549 | This variable holds a keymap similar to @code{input-decode-map} except |
| 1552 | that it describes key sequences which should be translated to | 1550 | that it describes key sequences which should be translated to |
| 1553 | alternative interpretations that are usually preferred. It applies | 1551 | alternative interpretations that are usually preferred. It applies |