1
Fork 0
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:
Eli Zaretskii 2007-03-24 16:24:54 +00:00
parent f6f11d1ca3
commit 9de5eb68fb

View file

@ -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. */