aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorPaul Eggert2011-12-11 21:32:49 -0800
committerPaul Eggert2011-12-11 21:32:49 -0800
commit333f9019e29e9b6de3a7ec07448be1d364ba540b (patch)
treefd19625604abbd2784e9c9de92c613ff965ea11d /src/termhooks.h
parent11636b221d2897aed5ca9a762d7b61afd20b6168 (diff)
downloademacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.tar.gz
emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.zip
Spelling fixes.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 63d166b6418..5bd081d6d8b 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -553,7 +553,7 @@ struct terminal
553 553
554 /* Arrange for all scroll bars on FRAME to be removed at the next call 554 /* Arrange for all scroll bars on FRAME to be removed at the next call
555 to `*judge_scroll_bars_hook'. A scroll bar may be spared if 555 to `*judge_scroll_bars_hook'. A scroll bar may be spared if
556 `*redeem_scroll_bar_hook' is applied to its window before the judgement. 556 `*redeem_scroll_bar_hook' is applied to its window before the judgment.
557 557
558 This should be applied to each frame each time its window tree is 558 This should be applied to each frame each time its window tree is
559 redisplayed, even if it is not displaying scroll bars at the moment; 559 redisplayed, even if it is not displaying scroll bars at the moment;
@@ -565,7 +565,7 @@ struct terminal
565 currently displaying them. */ 565 currently displaying them. */
566 void (*condemn_scroll_bars_hook) (struct frame *frame); 566 void (*condemn_scroll_bars_hook) (struct frame *frame);
567 567
568 /* Unmark WINDOW's scroll bar for deletion in this judgement cycle. 568 /* Unmark WINDOW's scroll bar for deletion in this judgment cycle.
569 Note that it's okay to redeem a scroll bar that is not condemned. */ 569 Note that it's okay to redeem a scroll bar that is not condemned. */
570 void (*redeem_scroll_bar_hook) (struct window *window); 570 void (*redeem_scroll_bar_hook) (struct window *window);
571 571