From 9de5eb68fb459d091fb66f58a1ecfa3c37d13388 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Mar 2007 16:24:54 +0000 Subject: [PATCH] Fix a comment before `read_key_sequence'. --- src/keyboard.c | 4 ++-- 1 file 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, 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. */ -- 2.39.2