diff options
| author | Eli Zaretskii | 2022-09-03 19:12:49 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-09-03 19:12:49 +0300 |
| commit | 9788f00cab2dd1ef53866a8a786c0f02a54d5a6f (patch) | |
| tree | e38d9257d95e37dfc0ea98afd9c6cb3bfd8cb964 | |
| parent | 65e3568293b5c3188fad626617027eea54882b3d (diff) | |
| download | emacs-9788f00cab2dd1ef53866a8a786c0f02a54d5a6f.tar.gz emacs-9788f00cab2dd1ef53866a8a786c0f02a54d5a6f.zip | |
; Fix last change.
| -rw-r--r-- | doc/emacs/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 93a6cd70d3f..8a255fa40fb 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -232,7 +232,7 @@ scrolling with the @key{Ctrl} modifier. When this mode is enabled, | |||
| 232 | mouse wheel produces special events like @code{wheel-up} and | 232 | mouse wheel produces special events like @code{wheel-up} and |
| 233 | @code{wheel-down}. (Some older systems report them as @code{mouse-4} | 233 | @code{wheel-down}. (Some older systems report them as @code{mouse-4} |
| 234 | and @code{mouse-5}.) If the mouse has a horizontal scroll wheel, it | 234 | and @code{mouse-5}.) If the mouse has a horizontal scroll wheel, it |
| 235 | produces @code{wheel-left} and @code{wheel-right} events as well.. | 235 | produces @code{wheel-left} and @code{wheel-right} events as well. |
| 236 | 236 | ||
| 237 | @vindex mouse-wheel-scroll-amount-horizontal | 237 | @vindex mouse-wheel-scroll-amount-horizontal |
| 238 | Emacs also supports horizontal scrolling with the @key{Shift} | 238 | Emacs also supports horizontal scrolling with the @key{Shift} |