]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation for "other window" scrolling
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 3 May 2018 12:52:20 +0000 (13:52 +0100)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 10 May 2018 23:04:11 +0000 (19:04 -0400)
commitd5cf1b3160a5510198fc5dd4e28b3eca7aadf71b
tree557d7cbce4e09fdde16e484967a41da632ae6917
parentdc9188ada522743dd9c9a6658570d9c4973be432
Improve documentation for "other window" scrolling

* doc/emacs/windows.texi (Other Window):
* doc/lispref/windows.texi (Textual Scrolling):
Document scroll-other-window-down.
* doc/lispref/minibuf.texi (Minibuffer Misc):
Cross-reference minibuffer-scroll-window with Textual Scrolling.
* src/window.c (Fother_window_for_scrolling):
Clarify how "other window" is determined in docstring.
(Fscroll_other_window): Simplify docstring, pointing to that of
Fother_window_for_scrolling. (bug#30207)
doc/emacs/windows.texi
doc/lispref/minibuf.texi
doc/lispref/windows.texi
src/window.c