# HG changeset patch # User Pavel Jank # Date 1004525793 0 # Node ID 1c539cb1641663eb23fba9291c514d18cc25d702 # Parent 1048b67ccb08287243d9677ad40bc72dd54c7e17 (lucid-menu-bar-dirty-flag): Doc fix. (last-input-char): Revert doc-string to be the same as the doc-string of `last-input-event'. diff -r 1048b67ccb08 -r 1c539cb16416 src/keyboard.c --- a/src/keyboard.c Wed Oct 31 10:33:29 2001 +0000 +++ b/src/keyboard.c Wed Oct 31 10:56:33 2001 +0000 @@ -10502,7 +10502,7 @@ so that you can determine whether the command was run by mouse or not. */); DEFVAR_LISP ("last-input-char", &last_input_char, - doc: /* Last input character. */); + doc: /* Last input event. */); DEFVAR_LISP_NOPRO ("last-input-event", &last_input_char, doc: /* Last input event. */); @@ -10729,7 +10729,7 @@ Vecho_area_clear_hook = Qnil; DEFVAR_LISP ("lucid-menu-bar-dirty-flag", &Vlucid_menu_bar_dirty_flag, - doc: /* t means menu bar, specified Lucid style, needs to be recomputed. */); + doc: /* Non-nil means menu bar, specified Lucid style, needs to be recomputed. */); Vlucid_menu_bar_dirty_flag = Qnil; DEFVAR_LISP ("menu-bar-final-items", &Vmenu_bar_final_items,