Mercurial > emacs
diff src/termhooks.h @ 25544:693ca9ba497a
Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
Likewise for upper-case etc.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Sun, 05 Sep 1999 15:49:07 +0000 |
| parents | 65dabc032485 |
| children | 5379722b5468 |
line wrap: on
line diff
--- a/src/termhooks.h Sun Sep 05 15:48:57 1999 +0000 +++ b/src/termhooks.h Sun Sep 05 15:49:07 1999 +0000 @@ -307,13 +307,13 @@ .code is a number identifying it, index into lispy_user_signals. */ - /* Currently only returned when the mouse enters a toolbar item that + /* Currently only returned when the mouse enters a tool-bar item that has a help string. Member frame_or_window of the input_event is - a cons cell whose car is the toolbar's frame and whose cdr is the + a cons cell whose car is the tool-bar's frame and whose cdr is the help string. */ HELP_EVENT, - TOOLBAR_EVENT + TOOL_BAR_EVENT }; /* If a struct input_event has a kind which is selection_request_event
