diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-05-10 08:52:33 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-05-10 08:52:33 +0300 |
commit | 2f8bccf9d8c39c08b1a9c85db93d2af8eda988b8 (patch) | |
tree | 7c15cbd1082203dbcdf15ecc5e35ae9ad9a2c543 | |
parent | f9832e80b89d45c283c80e89471a8687df145821 (diff) | |
download | emacs-2f8bccf9d8c39c08b1a9c85db93d2af8eda988b8.tar.gz emacs-2f8bccf9d8c39c08b1a9c85db93d2af8eda988b8.tar.bz2 emacs-2f8bccf9d8c39c08b1a9c85db93d2af8eda988b8.zip |
; * doc/emacs/frames.texi (Scroll Bars): Improve formatting.
-rw-r--r-- | doc/emacs/frames.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 9471e99c8e5..bced5e89b78 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -1146,11 +1146,11 @@ text or moving point with a keyboard command will usually bring it back into view. @findex horizontal-scroll-bar-mode - To toggle the use of horizontal scroll bars, type @kbd{M-x -horizontal-scroll-bar-mode}. This command applies to all frames, + To toggle the use of horizontal scroll bars, type @w{@kbd{M-x +horizontal-scroll-bar-mode}}. This command applies to all frames, including frames yet to be created. To toggle horizontal scroll bars -for just the selected frame, use the command @kbd{M-x -toggle-horizontal-scroll-bar}. +for just the selected frame, use the command @w{@kbd{M-x +toggle-horizontal-scroll-bar}}. @vindex horizontal-scroll-bar-mode To control the use of horizontal scroll bars at startup, customize the |