diff options
Diffstat (limited to 'src')
| -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\ |