aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman1992-10-05 07:37:10 +0000
committerRichard M. Stallman1992-10-05 07:37:10 +0000
commit99e5add39ce0fac5f9d41f2e4716e3353709b614 (patch)
treed0f3f1845284a9919e768ea7c9fe8e7c2baaa3a1 /src/window.c
parent67ead47123a77c5182545d543a481d6ce7280525 (diff)
downloademacs-99e5add39ce0fac5f9d41f2e4716e3353709b614.tar.gz
emacs-99e5add39ce0fac5f9d41f2e4716e3353709b614.zip
Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 958927d79c4..2a01647e5d1 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2113,7 +2113,7 @@ When calling from a program, supply a number as argument or nil.")
2113} 2113}
2114 2114
2115DEFUN ("scroll-other-window", Fscroll_other_window, Sscroll_other_window, 0, 1, "P", 2115DEFUN ("scroll-other-window", Fscroll_other_window, Sscroll_other_window, 0, 1, "P",
2116 "Scroll text of next window upward ARG lines; or near full screen if no ARG.\n\ 2116 "Scroll next window upward ARG lines; or near full screen if no ARG.\n\
2117The next window is the one below the current one; or the one at the top\n\ 2117The next window is the one below the current one; or the one at the top\n\
2118if the current one is at the bottom.\n\ 2118if the current one is at the bottom.\n\
2119When calling from a program, supply a number as argument or nil.\n\ 2119When calling from a program, supply a number as argument or nil.\n\