diff options
| author | Gerd Moellmann | 1999-09-05 15:49:07 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-05 15:49:07 +0000 |
| commit | 9ea173e83025644384bad4a4ea697bcb6cf7995e (patch) | |
| tree | f787c96d61d0fecd60d18e050f8649b6fd77a19d /src/termhooks.h | |
| parent | e037b9ecb3c11b1775171da6e9376a5221fefd78 (diff) | |
| download | emacs-9ea173e83025644384bad4a4ea697bcb6cf7995e.tar.gz emacs-9ea173e83025644384bad4a4ea697bcb6cf7995e.zip | |
Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
Likewise for upper-case etc.
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 3f7fcd5bc4f..3cbc6dc2c05 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -307,13 +307,13 @@ enum event_kind | |||
| 307 | .code is a number identifying it, | 307 | .code is a number identifying it, |
| 308 | index into lispy_user_signals. */ | 308 | index into lispy_user_signals. */ |
| 309 | 309 | ||
| 310 | /* Currently only returned when the mouse enters a toolbar item that | 310 | /* Currently only returned when the mouse enters a tool-bar item that |
| 311 | has a help string. Member frame_or_window of the input_event is | 311 | has a help string. Member frame_or_window of the input_event is |
| 312 | a cons cell whose car is the toolbar's frame and whose cdr is the | 312 | a cons cell whose car is the tool-bar's frame and whose cdr is the |
| 313 | help string. */ | 313 | help string. */ |
| 314 | HELP_EVENT, | 314 | HELP_EVENT, |
| 315 | 315 | ||
| 316 | TOOLBAR_EVENT | 316 | TOOL_BAR_EVENT |
| 317 | }; | 317 | }; |
| 318 | 318 | ||
| 319 | /* If a struct input_event has a kind which is selection_request_event | 319 | /* If a struct input_event has a kind which is selection_request_event |