Mercurial > emacs
changeset 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 | 13738aa5cbd1 |
children | b73b11ebc50c |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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. */