diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 5bd22ef8faca6c75d525ca858303ea7389257cb1 (patch) | |
tree | e8552da69ae0f28b512fd096b0759f7a7b72c03c /src/term.c | |
parent | ed4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (diff) | |
download | emacs-5bd22ef8faca6c75d525ca858303ea7389257cb1.tar.gz |
Comment fixes.
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index a6fb26a5961..7441c672b57 100644 --- a/src/term.c +++ b/src/term.c @@ -156,7 +156,7 @@ 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 |