Fix documentation string of x_coalesce_scroll_events
* src/xterm.c (x_coalesce_scroll_events): Update doc string to reflect that this option is now supported under Haiku.
This commit is contained in:
parent
f2730520ce
commit
2a4a32eddb
1 changed files with 1 additions and 1 deletions
|
@ -15155,6 +15155,6 @@ always uses gtk_window_move and ignores the value of this variable. */);
|
|||
doc: /* Non-nil means send a wheel event only for scrolling at least one screen line.
|
||||
Otherwise, a wheel event will be sent every time the mouse wheel is
|
||||
moved. This option is only effective when Emacs is built with XInput
|
||||
2. */);
|
||||
2 or with Haiku windowing support. */);
|
||||
x_coalesce_scroll_events = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue