aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index f7a0c018d63..f2fbb68733d 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -8822,9 +8822,9 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
8822 of the place where a mouse click occurred. */ 8822 of the place where a mouse click occurred. */
8823 volatile int localized_local_map = 0; 8823 volatile int localized_local_map = 0;
8824 8824
8825 /* The index in defs[] of the first keymap that has a binding for 8825 /* The index in submaps[] of the first keymap that has a binding for
8826 this key sequence. In other words, the lowest i such that 8826 this key sequence. In other words, the lowest i such that
8827 defs[i] is non-nil. */ 8827 submaps[i] is non-nil. */
8828 volatile int first_binding; 8828 volatile int first_binding;
8829 /* Index of the first key that has no binding. 8829 /* Index of the first key that has no binding.
8830 It is useless to try fkey.start larger than that. */ 8830 It is useless to try fkey.start larger than that. */