diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/termhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 94bdc0df4ad..773bcda3309 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -147,7 +147,7 @@ extern void (*set_vertical_scroll_bar_hook) | |||
| 147 | away is a real pain - can you say set-window-configuration? | 147 | away is a real pain - can you say set-window-configuration? |
| 148 | Instead, we just assert at the beginning of redisplay that *all* | 148 | Instead, we just assert at the beginning of redisplay that *all* |
| 149 | scroll bars are to be removed, and then save scroll bars from the | 149 | scroll bars are to be removed, and then save scroll bars from the |
| 150 | firey pit when we actually redisplay their window. */ | 150 | fiery pit when we actually redisplay their window. */ |
| 151 | 151 | ||
| 152 | /* Arrange for all scroll bars on FRAME to be removed at the next call | 152 | /* Arrange for all scroll bars on FRAME to be removed at the next call |
| 153 | to `*judge_scroll_bars_hook'. A scroll bar may be spared if | 153 | to `*judge_scroll_bars_hook'. A scroll bar may be spared if |