* src/window.c (Fscroll_other_window): Link to
other-window-scroll-default in the doc string.
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
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 ();