diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-03-07 18:39:11 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-03-07 18:39:11 +0000 |
commit | 83fc8c524b29867c96e2b0ecfcbbea03847cbe9e (patch) | |
tree | 009e8531ab50c890e65541147f33342fbff1ce4e | |
parent | 1e74d97b8e7c4b972fd096b52efb084e5317566f (diff) | |
download | emacs-83fc8c524b29867c96e2b0ecfcbbea03847cbe9e.tar.gz |
(Fscroll_other_window): Doc fix.
-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\ if the current one is at the bottom.\n\ When calling from a program, supply a number as argument or nil.\n\ \n\ -If in the minibuffer, `minibuf-scroll-window' if non-nil\n\ +If in the minibuffer, `minibuffer-scroll-window' if non-nil\n\ specifies the window to scroll.\n\ If `other-window-scroll-buffer' is non-nil, scroll the window\n\ showing that buffer, popping the buffer up if necessary.") |