]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation string of x_coalesce_scroll_events
authorPo Lu <luangruo@yahoo.com>
Sun, 21 Nov 2021 08:05:13 +0000 (08:05 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 21 Nov 2021 08:06:27 +0000 (08:06 +0000)
* src/xterm.c (x_coalesce_scroll_events): Update doc string to
reflect that this option is now supported under Haiku.

src/xterm.c

index b78cfa70531b85d2fa894f7370f4758e37ac5e22..ee8e03f80b9b6ca0c61e8838a31c547ac895123c 100644 (file)
@@ -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;
 }