From 99e5add39ce0fac5f9d41f2e4716e3353709b614 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 5 Oct 1992 07:37:10 +0000 Subject: [PATCH] Doc fix. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") } DEFUN ("scroll-other-window", Fscroll_other_window, Sscroll_other_window, 0, 1, "P", - "Scroll text of next window upward ARG lines; or near full screen if no ARG.\n\ + "Scroll next window upward ARG lines; or near full screen if no ARG.\n\ The next window is the one below the current one; or the one at the top\n\ if the current one is at the bottom.\n\ When calling from a program, supply a number as argument or nil.\n\