From: Karl Heuer Date: Thu, 5 Dec 1996 20:08:59 +0000 (+0000) Subject: (syms_of_keyboard): Doc fix. X-Git-Tag: emacs-20.1~3334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58ce35fbd715f725cefb0e7d112ce79b0ab7a88a;p=emacs.git (syms_of_keyboard): Doc fix. --- 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,