diff --git a/src/xterm.c b/src/xterm.c index 7216fdadb4cf2a825bc5c5dc3fed8028bbb64127..338fd65613f38071a39e78bd6a3bfe7827067d18 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8985,7 +8985,7 @@ x_create_toolkit_scroll_bar (f, bar) #endif /* !USE_MOTIF */ - /* Install an action hook that let's us detect when the user + /* Install an action hook that lets us detect when the user finishes interacting with a scroll bar. */ if (action_hook_id == 0) action_hook_id = XtAppAddActionHook (Xt_app_con, xt_action_hook, 0);