From: Pavel Janík Date: Wed, 31 Oct 2001 10:57:06 +0000 (+0000) Subject: (lucid-menu-bar-dirty-flag): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~18964 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa1361cbef4097890d1d1d015866876b0f567572;p=emacs.git (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 --git a/src/ChangeLog b/src/ChangeLog index 1e8d9d2e171..04042fab40b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2001-10-31 Pavel Jan,Bm(Bk + * 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 diff --git a/src/keyboard.c b/src/keyboard.c index 3e80849c03c..bbdc148157f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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,