aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-07-24 22:51:30 +0000
committerLuc Teirlinck2004-07-24 22:51:30 +0000
commitb1895e7380ab93274b17e6458b27be2d7d10a985 (patch)
tree8845f161c0e64a60d6c5458adc462c175a62e4d3
parentb96b979c74bc652a77687e94a186727931e34058 (diff)
downloademacs-b1895e7380ab93274b17e6458b27be2d7d10a985.tar.gz
emacs-b1895e7380ab93274b17e6458b27be2d7d10a985.zip
(Minibuffer Misc): Add anchor.
-rw-r--r--lispref/minibuf.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index bf858eff475..c0ee5c85881 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -1773,6 +1773,7 @@ This function returns the currently active minibuffer window, or
1773@end defun 1773@end defun
1774 1774
1775@defun minibuffer-window &optional frame 1775@defun minibuffer-window &optional frame
1776@anchor{Definition of minibuffer-window}
1776This function returns the minibuffer window used for frame @var{frame}. 1777This function returns the minibuffer window used for frame @var{frame}.
1777If @var{frame} is @code{nil}, that stands for the current frame. Note 1778If @var{frame} is @code{nil}, that stands for the current frame. Note
1778that the minibuffer window used by a frame need not be part of that 1779that the minibuffer window used by a frame need not be part of that