diff options
| author | Luc Teirlinck | 2004-07-19 21:04:00 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-19 21:04:00 +0000 |
| commit | f96bad52a42c247ff27af64392d09787a8b1f1fa (patch) | |
| tree | 94f15468640e7d80c7ed45cb8a0f755d7fcdfc43 | |
| parent | 5148bc3cd5afe0fb5cff9619cb07cf60df452046 (diff) | |
| download | emacs-f96bad52a42c247ff27af64392d09787a8b1f1fa.tar.gz emacs-f96bad52a42c247ff27af64392d09787a8b1f1fa.zip | |
(Minibuffer Misc): Add anchor for `minibuffer-scroll-window'.
| -rw-r--r-- | lispref/minibuf.texi | 1 |
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} | ||
| 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. |