comparison man/cl.texi @ 80341:25f843ea0096

(For Clauses): Fix loop over key-seq to match code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 Mar 2008 02:38:44 +0000
parents 02b9a9aa5b0c
children
comparison
equal deleted inserted replaced
80340:756c7bbc9664 80341:25f843ea0096
2469 @var{var} and @var{var2} to be bound to the two parts of each 2469 @var{var} and @var{var2} to be bound to the two parts of each
2470 hash table entry. 2470 hash table entry.
2471 2471
2472 @item for @var{var} being the key-codes of @var{keymap} 2472 @item for @var{var} being the key-codes of @var{keymap}
2473 This clause iterates over the entries in @var{keymap}. 2473 This clause iterates over the entries in @var{keymap}.
2474 The iteration does not enter nested keymaps or inherited (parent) keymaps. 2474 The iteration does not enter nested keymaps but does enter inherited
2475 (parent) keymaps.
2475 You can use @samp{the key-bindings} to access the commands bound to 2476 You can use @samp{the key-bindings} to access the commands bound to
2476 the keys rather than the key codes, and you can add a @code{using} 2477 the keys rather than the key codes, and you can add a @code{using}
2477 clause to access both the codes and the bindings together. 2478 clause to access both the codes and the bindings together.
2478 2479
2479 @item for @var{var} being the key-seqs of @var{keymap} 2480 @item for @var{var} being the key-seqs of @var{keymap}