comparison 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
comparison
equal deleted inserted replaced
16609:21c4e4e580a9 16610:45d75ca8dc40
8038 DEFVAR_BOOL ("inhibit-local-menu-bar-menus", &inhibit_local_menu_bar_menus, 8038 DEFVAR_BOOL ("inhibit-local-menu-bar-menus", &inhibit_local_menu_bar_menus,
8039 "*Non-nil means inhibit local map menu bar menus."); 8039 "*Non-nil means inhibit local map menu bar menus.");
8040 inhibit_local_menu_bar_menus = 0; 8040 inhibit_local_menu_bar_menus = 0;
8041 8041
8042 DEFVAR_INT ("num-input-keys", &num_input_keys, 8042 DEFVAR_INT ("num-input-keys", &num_input_keys,
8043 "Number of complete keys read from the keyboard so far."); 8043 "Number of complete key sequences read from the keyboard so far.\n\
8044 This includes key sequences read from keyboard macros.\n\
8045 The number is effectively the number of interactive command invocations.");
8044 num_input_keys = 0; 8046 num_input_keys = 0;
8045 8047
8046 DEFVAR_LISP ("last-event-frame", &Vlast_event_frame, 8048 DEFVAR_LISP ("last-event-frame", &Vlast_event_frame,
8047 "The frame in which the most recently read event occurred.\n\ 8049 "The frame in which the most recently read event occurred.\n\
8048 If the last event came from a keyboard macro, this is set to `macro'."); 8050 If the last event came from a keyboard macro, this is set to `macro'.");