]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention the other-window-scroll-default user option
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Mar 2022 22:40:08 +0000 (23:40 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Mar 2022 22:40:08 +0000 (23:40 +0100)
* src/window.c (Fscroll_other_window): Link to
other-window-scroll-default in the doc string.

etc/NEWS
src/window.c

index 51df594a443452675a85b10d3b964818cd53e7f8..cddf011187389b5350e867559c32ddeada99ef60 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -426,7 +426,9 @@ For example, a 'display-buffer-alist' entry of
 will make the body of the chosen window 40 columns wide.  For the
 height use 'window-height' in combination with 'body-lines'.
 
-*** 'other-window-scroll-default' can define the other window to scroll.
+---
+*** You can customize which window 'scroll-other-window' operates on.
+This is controlled by the new 'other-window-scroll-default' user option.
 
 ** Frames
 
index 8f92b46afd64ed990965f95e81c482c61711232a..aed698d2a37888cae14ce4e629c1b0cdbc7a1dd3 100644 (file)
@@ -6334,7 +6334,9 @@ as argument a number, nil, or `-'.
 The next window is usually the one below the current one;
 or the one at the top if the current one is at the bottom.
 It is determined by the function `other-window-for-scrolling',
-which see.  */)
+which see.
+
+Also see the `other-window-scroll-default' variable.  */)
   (Lisp_Object arg)
 {
   specpdl_ref count = SPECPDL_INDEX ();