comparison lispref/minibuf.texi @ 56485:2060f98be086

(Minibuffer Misc): Add anchor for `minibuffer-scroll-window'.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 19 Jul 2004 21:04:00 +0000
parents 169058aadeda
children 3d8fa211fc46 b9eee0a7bef5
comparison
equal deleted inserted replaced
56484:17695367365d 56485:2060f98be086
1804 This function returns non-@code{nil} if @var{window}, assumed to be 1804 This function returns non-@code{nil} if @var{window}, assumed to be
1805 a minibuffer window, is currently active. 1805 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}
1809 If the value of this variable is non-@code{nil}, it should be a window 1810 If the value of this variable is non-@code{nil}, it should be a window
1810 object. When the function @code{scroll-other-window} is called in the 1811 object. When the function @code{scroll-other-window} is called in the
1811 minibuffer, it scrolls this window. 1812 minibuffer, it scrolls this window.
1812 @end defvar 1813 @end defvar
1813 1814