diff options
| author | Eli Zaretskii | 2024-05-11 06:50:56 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2024-05-11 06:50:56 -0400 |
| commit | 48c9285c19ffa484fc5163c55eca5a9f3ef41cc7 (patch) | |
| tree | 25d48db21cea72224758ecc225d6116723b565d4 /doc | |
| parent | 6380806196f3806b6c2bff60ff6cddae3eee2a19 (diff) | |
| parent | 0ec9a02a0d5da108ccefe32dd37b066bae357334 (diff) | |
| download | emacs-48c9285c19ffa484fc5163c55eca5a9f3ef41cc7.tar.gz emacs-48c9285c19ffa484fc5163c55eca5a9f3ef41cc7.zip | |
Merge from origin/emacs-29
0ec9a02a0d5 ; Fix doc strings of two scroll-bar functions.
2f8bccf9d8c ; * doc/emacs/frames.texi (Scroll Bars): Improve formatting.
f9832e80b89 ; * lisp/textmodes/ispell.el (ispell-message): Add commen...
a7d247be90c ; * etc/PROBLEMS: Document macOS problems with Emacs.clr ...
8560ee7b5ca ; * doc/misc/auth.texi (The Unix password store): Fix var...
74c6b59af15 ; Advertise scroll bars some more
3d65d4306b9 Avoid errors in 'image-dired-tag-thumbnail'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/display.texi | 7 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 8 | ||||
| -rw-r--r-- | doc/misc/auth.texi | 2 |
3 files changed, 12 insertions, 5 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index bda57d2b30e..8f22e3c88da 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -175,6 +175,9 @@ scroll the current window by one line at a time. If you intend to use | |||
| 175 | any of these commands, you might want to give them key bindings | 175 | any of these commands, you might want to give them key bindings |
| 176 | (@pxref{Init Rebinding}). | 176 | (@pxref{Init Rebinding}). |
| 177 | 177 | ||
| 178 | On graphical displays, you can also scroll a window using the scroll | ||
| 179 | bar; @pxref{Scroll Bars}. | ||
| 180 | |||
| 178 | @node Recentering | 181 | @node Recentering |
| 179 | @section Recentering | 182 | @section Recentering |
| 180 | 183 | ||
| @@ -405,6 +408,10 @@ than the amount you previously set by @code{scroll-left}. When | |||
| 405 | other than the one showing the cursor will be scrolled by that minimal | 408 | other than the one showing the cursor will be scrolled by that minimal |
| 406 | amount. | 409 | amount. |
| 407 | 410 | ||
| 411 | On graphical displays, you can scroll a window horizontally using | ||
| 412 | the horizontal scroll bar, if you turn on the optional | ||
| 413 | @code{horizontal-scroll-bar-mode}; @pxref{Scroll Bars}. | ||
| 414 | |||
| 408 | @node Narrowing | 415 | @node Narrowing |
| 409 | @section Narrowing | 416 | @section Narrowing |
| 410 | @cindex widening | 417 | @cindex widening |
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 8e6cbeed70b..6c62fde4ffb 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 | |||
| 1146 | into view. | 1146 | into view. |
| 1147 | 1147 | ||
| 1148 | @findex horizontal-scroll-bar-mode | 1148 | @findex horizontal-scroll-bar-mode |
| 1149 | To toggle the use of horizontal scroll bars, type @kbd{M-x | 1149 | To toggle the use of horizontal scroll bars, type @w{@kbd{M-x |
| 1150 | horizontal-scroll-bar-mode}. This command applies to all frames, | 1150 | horizontal-scroll-bar-mode}}. This command applies to all frames, |
| 1151 | including frames yet to be created. To toggle horizontal scroll bars | 1151 | including frames yet to be created. To toggle horizontal scroll bars |
| 1152 | for just the selected frame, use the command @kbd{M-x | 1152 | for just the selected frame, use the command @w{@kbd{M-x |
| 1153 | toggle-horizontal-scroll-bar}. | 1153 | toggle-horizontal-scroll-bar}}. |
| 1154 | 1154 | ||
| 1155 | @vindex horizontal-scroll-bar-mode | 1155 | @vindex horizontal-scroll-bar-mode |
| 1156 | To control the use of horizontal scroll bars at startup, customize the | 1156 | To control the use of horizontal scroll bars at startup, customize the |
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index f51a1446170..8d802be535c 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -527,7 +527,7 @@ while searching for an entry matching the @code{rms} user on host | |||
| 527 | @code{gnu.org} and port @code{22}, then the entry | 527 | @code{gnu.org} and port @code{22}, then the entry |
| 528 | @file{gnu.org:22/rms.gpg} is preferred over @file{gnu.org.gpg}. | 528 | @file{gnu.org:22/rms.gpg} is preferred over @file{gnu.org.gpg}. |
| 529 | However, such processing is not applied when the option | 529 | However, such processing is not applied when the option |
| 530 | @code{auth-source-pass-extra-parameters} is set to @code{t}. | 530 | @code{auth-source-pass-extra-query-keywords} is set to @code{t}. |
| 531 | 531 | ||
| 532 | Users of @code{pass} may also be interested in functionality provided | 532 | Users of @code{pass} may also be interested in functionality provided |
| 533 | by other Emacs packages: | 533 | by other Emacs packages: |