aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2007-03-24 16:24:54 +0000
committerEli Zaretskii2007-03-24 16:24:54 +0000
commit9de5eb68fb459d091fb66f58a1ecfa3c37d13388 (patch)
tree52f97300d5246573e4c54f1bc7c512fad02a27da /src
parentf6f11d1ca38553d71dc370a28c5a7abcf0698ef2 (diff)
downloademacs-9de5eb68fb459d091fb66f58a1ecfa3c37d13388.tar.gz
emacs-9de5eb68fb459d091fb66f58a1ecfa3c37d13388.zip
Fix a comment before `read_key_sequence'.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
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,
8822 of the place where a mouse click occurred. */ 8822 of the place where a mouse click occurred. */
8823 volatile int localized_local_map = 0; 8823 volatile int localized_local_map = 0;
8824 8824
8825 /* The index in defs[] of the first keymap that has a binding for 8825 /* The index in submaps[] of the first keymap that has a binding for
8826 this key sequence. In other words, the lowest i such that 8826 this key sequence. In other words, the lowest i such that
8827 defs[i] is non-nil. */ 8827 submaps[i] is non-nil. */
8828 volatile int first_binding; 8828 volatile int first_binding;
8829 /* Index of the first key that has no binding. 8829 /* Index of the first key that has no binding.
8830 It is useless to try fkey.start larger than that. */ 8830 It is useless to try fkey.start larger than that. */