diff options
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index a025e2798d9..03d336bf0c8 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -556,7 +556,7 @@ struct terminal | |||
| 556 | 556 | ||
| 557 | /* Arrange for all scroll bars on FRAME to be removed at the next call | 557 | /* Arrange for all scroll bars on FRAME to be removed at the next call |
| 558 | to `*judge_scroll_bars_hook'. A scroll bar may be spared if | 558 | to `*judge_scroll_bars_hook'. A scroll bar may be spared if |
| 559 | `*redeem_scroll_bar_hook' is applied to its window before the judgement. | 559 | `*redeem_scroll_bar_hook' is applied to its window before the judgment. |
| 560 | 560 | ||
| 561 | This should be applied to each frame each time its window tree is | 561 | This should be applied to each frame each time its window tree is |
| 562 | redisplayed, even if it is not displaying scroll bars at the moment; | 562 | redisplayed, even if it is not displaying scroll bars at the moment; |
| @@ -568,7 +568,7 @@ struct terminal | |||
| 568 | currently displaying them. */ | 568 | currently displaying them. */ |
| 569 | void (*condemn_scroll_bars_hook) (struct frame *frame); | 569 | void (*condemn_scroll_bars_hook) (struct frame *frame); |
| 570 | 570 | ||
| 571 | /* Unmark WINDOW's scroll bar for deletion in this judgement cycle. | 571 | /* Unmark WINDOW's scroll bar for deletion in this judgment cycle. |
| 572 | Note that it's okay to redeem a scroll bar that is not condemned. */ | 572 | Note that it's okay to redeem a scroll bar that is not condemned. */ |
| 573 | void (*redeem_scroll_bar_hook) (struct window *window); | 573 | void (*redeem_scroll_bar_hook) (struct window *window); |
| 574 | 574 | ||