Mercurial > emacs
comparison lispref/commands.texi @ 70904:f137d96866f0
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 25 May 2006 04:51:50 +0000 |
parents | f7aff7b6d4af |
children | 150d9406afb3 a8190f7e546e |
comparison
equal
deleted
inserted
replaced
70903:fe6029063ab4 | 70904:f137d96866f0 |
---|---|
360 @item i | 360 @item i |
361 An irrelevant argument. This code always supplies @code{nil} as | 361 An irrelevant argument. This code always supplies @code{nil} as |
362 the argument's value. No I/O. | 362 the argument's value. No I/O. |
363 | 363 |
364 @item k | 364 @item k |
365 A key sequence (@pxref{Keymap Terminology}). This keeps reading events | 365 A key sequence (@pxref{Key Sequences}). This keeps reading events |
366 until a command (or undefined command) is found in the current key | 366 until a command (or undefined command) is found in the current key |
367 maps. The key sequence argument is represented as a string or vector. | 367 maps. The key sequence argument is represented as a string or vector. |
368 The cursor does not move into the echo area. Prompt. | 368 The cursor does not move into the echo area. Prompt. |
369 | 369 |
370 If @samp{k} reads a key sequence that ends with a down-event, it also | 370 If @samp{k} reads a key sequence that ends with a down-event, it also |