diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 07:51:26 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 07:51:26 +0000 |
commit | b72e4ca883ef2d626bb9c3ab50017ad7e1dcb647 (patch) | |
tree | 1e0aaa7f5581a4c1a58203e2bcf3098e33247b34 /src/termhooks.h | |
parent | e20903fba8f1a55d52f5d5795c65d0cec7762ef4 (diff) | |
download | emacs-b72e4ca883ef2d626bb9c3ab50017ad7e1dcb647.tar.gz |
Comment change.
Diffstat (limited to 'src/termhooks.h')
-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) away is a real pain - can you say set-window-configuration? Instead, we just assert at the beginning of redisplay that *all* scroll bars are to be removed, and then save scroll bars from the - firey pit when we actually redisplay their window. */ + fiery pit when we actually redisplay their window. */ /* Arrange for all scroll bars on FRAME to be removed at the next call to `*judge_scroll_bars_hook'. A scroll bar may be spared if |