aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-03-22 23:40:08 +0100
committerLars Ingebrigtsen2022-03-22 23:40:08 +0100
commit5e5bc0c0bcca5e7d33cc5f533d43db31d3856706 (patch)
treeb31394880d1741b5f40de25e99e7e709501d0021 /src
parent40def769fa9007f0a8da3f9e05063575c9a06be6 (diff)
downloademacs-5e5bc0c0bcca5e7d33cc5f533d43db31d3856706.tar.gz
emacs-5e5bc0c0bcca5e7d33cc5f533d43db31d3856706.zip
Mention the other-window-scroll-default user option
* src/window.c (Fscroll_other_window): Link to other-window-scroll-default in the doc string.
Diffstat (limited to 'src')
-rw-r--r--src/window.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 8f92b46afd6..aed698d2a37 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6334,7 +6334,9 @@ as argument a number, nil, or `-'.
6334The next window is usually the one below the current one; 6334The next window is usually the one below the current one;
6335or the one at the top if the current one is at the bottom. 6335or the one at the top if the current one is at the bottom.
6336It is determined by the function `other-window-for-scrolling', 6336It is determined by the function `other-window-for-scrolling',
6337which see. */) 6337which see.
6338
6339Also see the `other-window-scroll-default' variable. */)
6338 (Lisp_Object arg) 6340 (Lisp_Object arg)
6339{ 6341{
6340 specpdl_ref count = SPECPDL_INDEX (); 6342 specpdl_ref count = SPECPDL_INDEX ();