From: Karl Heuer Date: Mon, 7 Mar 1994 18:39:11 +0000 (+0000) Subject: (Fscroll_other_window): Doc fix. X-Git-Tag: emacs-19.34~9620 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77b24de6f6ce06ec9f660564a29f0b7427645403;p=emacs.git (Fscroll_other_window): Doc fix. --- 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.")