aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-07-19 21:04:00 +0000
committerLuc Teirlinck2004-07-19 21:04:00 +0000
commitf96bad52a42c247ff27af64392d09787a8b1f1fa (patch)
tree94f15468640e7d80c7ed45cb8a0f755d7fcdfc43
parent5148bc3cd5afe0fb5cff9619cb07cf60df452046 (diff)
downloademacs-f96bad52a42c247ff27af64392d09787a8b1f1fa.tar.gz
emacs-f96bad52a42c247ff27af64392d09787a8b1f1fa.zip
(Minibuffer Misc): Add anchor for `minibuffer-scroll-window'.
-rw-r--r--lispref/minibuf.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index 8e8329967f3..bf858eff475 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -1806,6 +1806,7 @@ a minibuffer window, is currently active.
1806@end defun 1806@end defun
1807 1807
1808@defvar minibuffer-scroll-window 1808@defvar minibuffer-scroll-window
1809@anchor{Definition of minibuffer-scroll-window}
1809If the value of this variable is non-@code{nil}, it should be a window 1810If the value of this variable is non-@code{nil}, it should be a window
1810object. When the function @code{scroll-other-window} is called in the 1811object. When the function @code{scroll-other-window} is called in the
1811minibuffer, it scrolls this window. 1812minibuffer, it scrolls this window.