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
commit75add49f6b7c0d41c93a468277f061ff28214270 (patch)
tree91a55942eead01b77b2695b4e344053f7c715666
parent77e88396649f5f495def880d1a55f85c8c30cda9 (diff)
downloademacs-75add49f6b7c0d41c93a468277f061ff28214270.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,