# HG changeset patch # User Eli Zaretskii # Date 1174753494 0 # Node ID ba2df4dce7bc79415f8e4e0f6ea34a71fad49906 # Parent 13738aa5cbd17dfb568ad180de0f949bf28526a8 Fix a comment before `read_key_sequence'. diff -r 13738aa5cbd1 -r ba2df4dce7bc src/keyboard.c --- 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. */