aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-03-07 18:39:11 +0000
committerKarl Heuer1994-03-07 18:39:11 +0000
commit77b24de6f6ce06ec9f660564a29f0b7427645403 (patch)
tree38ca5befbefb50f4dea98b4a61bbe5bfbc8201ac /src
parent73e2025fcd444bb866f083b603481428a4d5490d (diff)
downloademacs-77b24de6f6ce06ec9f660564a29f0b7427645403.tar.gz
emacs-77b24de6f6ce06ec9f660564a29f0b7427645403.zip
(Fscroll_other_window): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 4a32d57e9a1..8c64e6c698f 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2287,7 +2287,7 @@ The next window is the one below the current one; or the one at the top\n\
2287if the current one is at the bottom.\n\ 2287if the current one is at the bottom.\n\
2288When calling from a program, supply a number as argument or nil.\n\ 2288When calling from a program, supply a number as argument or nil.\n\
2289\n\ 2289\n\
2290If in the minibuffer, `minibuf-scroll-window' if non-nil\n\ 2290If in the minibuffer, `minibuffer-scroll-window' if non-nil\n\
2291specifies the window to scroll.\n\ 2291specifies the window to scroll.\n\
2292If `other-window-scroll-buffer' is non-nil, scroll the window\n\ 2292If `other-window-scroll-buffer' is non-nil, scroll the window\n\
2293showing that buffer, popping the buffer up if necessary.") 2293showing that buffer, popping the buffer up if necessary.")