diff src/keyboard.c @ 16610:45d75ca8dc40

(syms_of_keyboard): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 05 Dec 1996 20:08:59 +0000
parents 481b7874a1e9
children 798ab643cba2
line wrap: on
line diff
--- a/src/keyboard.c	Thu Dec 05 19:53:00 1996 +0000
+++ b/src/keyboard.c	Thu Dec 05 20:08:59 1996 +0000
@@ -8040,7 +8040,9 @@
   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,