mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Fix a comment before `read_key_sequence'.
This commit is contained in:
parent
f6f11d1ca3
commit
9de5eb68fb
1 changed files with 2 additions and 2 deletions
|
|
@ -8822,9 +8822,9 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
|
|||
of the place where a mouse click occurred. */
|
||||
volatile int localized_local_map = 0;
|
||||
|
||||
/* The index in defs[] of the first keymap that has a binding for
|
||||
/* The index in submaps[] of the first keymap that has a binding for
|
||||
this key sequence. In other words, the lowest i such that
|
||||
defs[i] is non-nil. */
|
||||
submaps[i] is non-nil. */
|
||||
volatile int first_binding;
|
||||
/* Index of the first key that has no binding.
|
||||
It is useless to try fkey.start larger than that. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue