diff options
| author | Karl Heuer | 1994-03-07 18:39:11 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-07 18:39:11 +0000 |
| commit | 77b24de6f6ce06ec9f660564a29f0b7427645403 (patch) | |
| tree | 38ca5befbefb50f4dea98b4a61bbe5bfbc8201ac /src | |
| parent | 73e2025fcd444bb866f083b603481428a4d5490d (diff) | |
| download | emacs-77b24de6f6ce06ec9f660564a29f0b7427645403.tar.gz emacs-77b24de6f6ce06ec9f660564a29f0b7427645403.zip | |
(Fscroll_other_window): Doc fix.
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 4a32d57e9a1..8c64e6c698f 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2287,7 +2287,7 @@ The next window is the one below the current one; or the one at the top\n\ | |||
| 2287 | if the current one is at the bottom.\n\ | 2287 | if the current one is at the bottom.\n\ |
| 2288 | When calling from a program, supply a number as argument or nil.\n\ | 2288 | When calling from a program, supply a number as argument or nil.\n\ |
| 2289 | \n\ | 2289 | \n\ |
| 2290 | If in the minibuffer, `minibuf-scroll-window' if non-nil\n\ | 2290 | If in the minibuffer, `minibuffer-scroll-window' if non-nil\n\ |
| 2291 | specifies the window to scroll.\n\ | 2291 | specifies the window to scroll.\n\ |
| 2292 | If `other-window-scroll-buffer' is non-nil, scroll the window\n\ | 2292 | If `other-window-scroll-buffer' is non-nil, scroll the window\n\ |
| 2293 | showing that buffer, popping the buffer up if necessary.") | 2293 | showing that buffer, popping the buffer up if necessary.") |