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 | 76625872932ac61032559551e0dfffb46225a365 (patch) | |
tree | f5152c0ec9aa015fc2272535939e33cbb16fa5c8 /src/termhooks.h | |
parent | f18873aaa76e5c351984ccb6a2c0ba8b67a6952f (diff) | |
download | emacs-76625872932ac61032559551e0dfffb46225a365.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 |