Mercurial > emacs
changeset 40548:1c539cb16416
(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'.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 31 Oct 2001 10:56:33 +0000 |
parents | 1048b67ccb08 |
children | b5b4d160cac0 |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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,