diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-05-25 04:51:50 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-05-25 04:51:50 +0000 |
commit | 08244b8144daa9b9fdd69fd8d74155b6dd1d9493 (patch) | |
tree | 68509bd5d98ddc1726f01503bfebf25a9e7076a1 /lispref/commands.texi | |
parent | 60f7e8b6638bd63d6055add0e202e09f04208f5c (diff) | |
download | emacs-08244b8144daa9b9fdd69fd8d74155b6dd1d9493.tar.gz |
* keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
Explain string and vector representations of key sequences
* keymaps.texi (Changing Key Bindings):
* commands.texi (Interactive Codes, Interactive Codes):
* help.texi (Describing Characters): Refer to it.
Diffstat (limited to 'lispref/commands.texi')
-rw-r--r-- | lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi index fa5d95f0408..0723c368bba 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -362,7 +362,7 @@ An irrelevant argument. This code always supplies @code{nil} as the argument's value. No I/O. @item k -A key sequence (@pxref{Keymap Terminology}). This keeps reading events +A key sequence (@pxref{Key Sequences}). This keeps reading events until a command (or undefined command) is found in the current key maps. The key sequence argument is represented as a string or vector. The cursor does not move into the echo area. Prompt. |