Mercurial > emacs
changeset 1339:08c2336d83ff
Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 Oct 1992 07:37:10 +0000 |
parents | 3ea4e9dc49b2 |
children | 0c2d02ab27ca |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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\