diff options
| author | Richard M. Stallman | 1992-10-05 07:37:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-10-05 07:37:10 +0000 |
| commit | 99e5add39ce0fac5f9d41f2e4716e3353709b614 (patch) | |
| tree | d0f3f1845284a9919e768ea7c9fe8e7c2baaa3a1 /src/window.c | |
| parent | 67ead47123a77c5182545d543a481d6ce7280525 (diff) | |
| download | emacs-99e5add39ce0fac5f9d41f2e4716e3353709b614.tar.gz emacs-99e5add39ce0fac5f9d41f2e4716e3353709b614.zip | |
Doc fix.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
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 | ||
| 2115 | DEFUN ("scroll-other-window", Fscroll_other_window, Sscroll_other_window, 0, 1, "P", | 2115 | DEFUN ("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\ |
| 2117 | The next window is the one below the current one; or the one at the top\n\ | 2117 | The next window is the one below the current one; or the one at the top\n\ |
| 2118 | if the current one is at the bottom.\n\ | 2118 | if the current one is at the bottom.\n\ |
| 2119 | When calling from a program, supply a number as argument or nil.\n\ | 2119 | When calling from a program, supply a number as argument or nil.\n\ |