aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-10-31 10:57:06 +0000
committerPavel Janík2001-10-31 10:57:06 +0000
commitfa1361cbef4097890d1d1d015866876b0f567572 (patch)
tree25c248b380b2a7c85323e6bada655719848d351c /src
parent48400103d7b5b6afe660a30e25f82c097a856696 (diff)
downloademacs-fa1361cbef4097890d1d1d015866876b0f567572.tar.gz
emacs-fa1361cbef4097890d1d1d015866876b0f567572.zip
(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'.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/keyboard.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1e8d9d2e171..04042fab40b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
4 (last-input-char): Revert doc-string to be the same as the
5 doc-string of `last-input-event'.
6
3 * xdisp.c: Fix typos in comments. 7 * xdisp.c: Fix typos in comments.
4 8
52001-10-31 Gerd Moellmann <gerd@gnu.org> 92001-10-31 Gerd Moellmann <gerd@gnu.org>
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,
10502so that you can determine whether the command was run by mouse or not. */); 10502so that you can determine whether the command was run by mouse or not. */);
10503 10503
10504 DEFVAR_LISP ("last-input-char", &last_input_char, 10504 DEFVAR_LISP ("last-input-char", &last_input_char,
10505 doc: /* Last input character. */); 10505 doc: /* Last input event. */);
10506 10506
10507 DEFVAR_LISP_NOPRO ("last-input-event", &last_input_char, 10507 DEFVAR_LISP_NOPRO ("last-input-event", &last_input_char,
10508 doc: /* Last input event. */); 10508 doc: /* Last input event. */);
@@ -10729,7 +10729,7 @@ This is measured in microseconds. */);
10729 Vecho_area_clear_hook = Qnil; 10729 Vecho_area_clear_hook = Qnil;
10730 10730
10731 DEFVAR_LISP ("lucid-menu-bar-dirty-flag", &Vlucid_menu_bar_dirty_flag, 10731 DEFVAR_LISP ("lucid-menu-bar-dirty-flag", &Vlucid_menu_bar_dirty_flag,
10732 doc: /* t means menu bar, specified Lucid style, needs to be recomputed. */); 10732 doc: /* Non-nil means menu bar, specified Lucid style, needs to be recomputed. */);
10733 Vlucid_menu_bar_dirty_flag = Qnil; 10733 Vlucid_menu_bar_dirty_flag = Qnil;
10734 10734
10735 DEFVAR_LISP ("menu-bar-final-items", &Vmenu_bar_final_items, 10735 DEFVAR_LISP ("menu-bar-final-items", &Vmenu_bar_final_items,