aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-12-29 21:24:48 +0000
committerRichard M. Stallman2003-12-29 21:24:48 +0000
commit41495ddda84404d8ffb5d05c0575d61578d2db35 (patch)
tree5c9122f86aaaef404d06a980404213aa936e2591
parent9f0812867abf2b6b3809a71304e6579d9ae32cbe (diff)
downloademacs-41495ddda84404d8ffb5d05c0575d61578d2db35.tar.gz
emacs-41495ddda84404d8ffb5d05c0575d61578d2db35.zip
(Minibuffer Misc): Add set-minibuffer-window.
-rw-r--r--lispref/minibuf.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index 114942ed787..473859ccd6c 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -1645,6 +1645,14 @@ frame---a frame that has no minibuffer of its own necessarily uses some
1645other frame's minibuffer window. 1645other frame's minibuffer window.
1646@end defun 1646@end defun
1647 1647
1648@defun set-minibuffer-window window
1649This function specifies @var{window} as the minibuffer window to use.
1650This affects where the minibuffer is displayed if you put text in it
1651without invoking the usual minibuffer commands. It has no effect on
1652the usual minibuffer input functions because they all start by
1653choosing the minibuffer window according to the current frame.
1654@end defun
1655
1648@c Emacs 19 feature 1656@c Emacs 19 feature
1649@defun window-minibuffer-p window 1657@defun window-minibuffer-p window
1650This function returns non-@code{nil} if @var{window} is a minibuffer window. 1658This function returns non-@code{nil} if @var{window} is a minibuffer window.