(lucid-menu-bar-dirty-flag): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Wed, 31 Oct 2001 10:57:06 +0000 (10:57 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 31 Oct 2001 10:57:06 +0000 (10:57 +0000)
(last-input-char): Revert doc-string to be the same as the doc-string of
`last-input-event'.

src/ChangeLog
src/keyboard.c

index 1e8d9d2..04042fa 100644 (file)
@@ -1,5 +1,9 @@
 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * keyboard.c (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'.
+
        * xdisp.c:  Fix typos in comments.
 
 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
index 3e80849..bbdc148 100644 (file)
@@ -10502,7 +10502,7 @@ this variable holds the actual mouse event that led to the menu,
 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 @@ This is measured in microseconds.  */);
   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,