From 58ce35fbd715f725cefb0e7d112ce79b0ab7a88a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 5 Dec 1996 20:08:59 +0000 Subject: [PATCH] (syms_of_keyboard): Doc fix. --- src/keyboard.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- 2.39.5