diff options
| author | Lars Ingebrigtsen | 2022-03-22 23:40:08 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-03-22 23:40:08 +0100 |
| commit | 5e5bc0c0bcca5e7d33cc5f533d43db31d3856706 (patch) | |
| tree | b31394880d1741b5f40de25e99e7e709501d0021 /src | |
| parent | 40def769fa9007f0a8da3f9e05063575c9a06be6 (diff) | |
| download | emacs-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.c | 4 |
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 `-'. | |||
| 6334 | The next window is usually the one below the current one; | 6334 | The next window is usually the one below the current one; |
| 6335 | or the one at the top if the current one is at the bottom. | 6335 | or the one at the top if the current one is at the bottom. |
| 6336 | It is determined by the function `other-window-for-scrolling', | 6336 | It is determined by the function `other-window-for-scrolling', |
| 6337 | which see. */) | 6337 | which see. |
| 6338 | |||
| 6339 | Also 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 (); |