diff options
| author | Po Lu | 2021-11-21 08:05:13 +0000 |
|---|---|---|
| committer | Po Lu | 2021-11-21 08:06:27 +0000 |
| commit | 2a4a32eddbee7bd8759cf5f64be5d948a68b2caa (patch) | |
| tree | 0a10dcf91d3fe878475f3f874a321d9e786a70d2 /src | |
| parent | f2730520ce3159704801e7cd459e2971c191c5a3 (diff) | |
| download | emacs-2a4a32eddbee7bd8759cf5f64be5d948a68b2caa.tar.gz emacs-2a4a32eddbee7bd8759cf5f64be5d948a68b2caa.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index b78cfa70531..ee8e03f80b9 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -15155,6 +15155,6 @@ always uses gtk_window_move and ignores the value of this variable. */); | |||
| 15155 | doc: /* Non-nil means send a wheel event only for scrolling at least one screen line. | 15155 | doc: /* Non-nil means send a wheel event only for scrolling at least one screen line. |
| 15156 | Otherwise, a wheel event will be sent every time the mouse wheel is | 15156 | Otherwise, a wheel event will be sent every time the mouse wheel is |
| 15157 | moved. This option is only effective when Emacs is built with XInput | 15157 | moved. This option is only effective when Emacs is built with XInput |
| 15158 | 2. */); | 15158 | 2 or with Haiku windowing support. */); |
| 15159 | x_coalesce_scroll_events = true; | 15159 | x_coalesce_scroll_events = true; |
| 15160 | } | 15160 | } |