From: Eli Zaretskii Date: Sat, 24 Mar 2007 16:24:54 +0000 (+0000) Subject: Fix a comment before `read_key_sequence'. X-Git-Tag: emacs-pretest-22.0.97~200 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9de5eb68fb459d091fb66f58a1ecfa3c37d13388;p=emacs.git Fix a comment before `read_key_sequence'. --- 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. */