Mercurial > emacs
diff src/keyboard.c @ 76711:ba2df4dce7bc
Fix a comment before `read_key_sequence'.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 24 Mar 2007 16:24:54 +0000 |
| parents | 27b51de2d1d7 |
| children | da21c991a6d5 |
line wrap: on
line diff
--- a/src/keyboard.c Sat Mar 24 16:23:01 2007 +0000 +++ b/src/keyboard.c Sat Mar 24 16:24:54 2007 +0000 @@ -8822,9 +8822,9 @@ 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. */
