# HG changeset patch # User Richard M. Stallman # Date 718270630 0 # Node ID 08c2336d83ffc8f676de49863a22f4410d0a69f3 # Parent 3ea4e9dc49b24f2bd40194dfc1f6a04c7aaab0a0 Doc fix. diff -r 3ea4e9dc49b2 -r 08c2336d83ff src/window.c --- a/src/window.c Mon Oct 05 06:25:46 1992 +0000 +++ b/src/window.c Mon Oct 05 07:37:10 1992 +0000 @@ -2113,7 +2113,7 @@ } 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\