aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-12-05 20:08:59 +0000
committerKarl Heuer1996-12-05 20:08:59 +0000
commit58ce35fbd715f725cefb0e7d112ce79b0ab7a88a (patch)
tree615fe4907b56c5fd62066ded3ebb070b4d46bd12 /src
parentec6d29af5e52b4e0b1c4962cd77685a78c26e84f (diff)
downloademacs-58ce35fbd715f725cefb0e7d112ce79b0ab7a88a.tar.gz
emacs-58ce35fbd715f725cefb0e7d112ce79b0ab7a88a.zip
(syms_of_keyboard): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index a52fd604991..625e14b9247 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -8040,7 +8040,9 @@ by position only.");
8040 inhibit_local_menu_bar_menus = 0; 8040 inhibit_local_menu_bar_menus = 0;
8041 8041
8042 DEFVAR_INT ("num-input-keys", &num_input_keys, 8042 DEFVAR_INT ("num-input-keys", &num_input_keys,
8043 "Number of complete keys read from the keyboard so far."); 8043 "Number of complete key sequences read from the keyboard so far.\n\
8044This includes key sequences read from keyboard macros.\n\
8045The number is effectively the number of interactive command invocations.");
8044 num_input_keys = 0; 8046 num_input_keys = 0;
8045 8047
8046 DEFVAR_LISP ("last-event-frame", &Vlast_event_frame, 8048 DEFVAR_LISP ("last-event-frame", &Vlast_event_frame,