]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a comment before `read_key_sequence'.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Mar 2007 16:24:54 +0000 (16:24 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Mar 2007 16:24:54 +0000 (16:24 +0000)
src/keyboard.c

index f7a0c018d631816349f955d95a64536526fc8e32..f2fbb68733d7893689162c2c6145061c682a4cb8 100644 (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.  */