summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-12-05 20:08:59 +0000
committerKarl Heuer <kwzh@gnu.org>1996-12-05 20:08:59 +0000
commit58ce35fbd715f725cefb0e7d112ce79b0ab7a88a (patch)
tree615fe4907b56c5fd62066ded3ebb070b4d46bd12
parentec6d29af5e52b4e0b1c4962cd77685a78c26e84f (diff)
downloademacs-58ce35fbd715f725cefb0e7d112ce79b0ab7a88a.tar.gz
(syms_of_keyboard): Doc fix.
-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.");
inhibit_local_menu_bar_menus = 0;
DEFVAR_INT ("num-input-keys", &num_input_keys,
- "Number of complete keys read from the keyboard so far.");
+ "Number of complete key sequences read from the keyboard so far.\n\
+This includes key sequences read from keyboard macros.\n\
+The number is effectively the number of interactive command invocations.");
num_input_keys = 0;
DEFVAR_LISP ("last-event-frame", &Vlast_event_frame,