changeset 53429:246f74971d9a

(Minibuffer Misc): Add set-minibuffer-window.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Dec 2003 21:24:48 +0000
parents ccd937cd7241
children 7abfe409def6
files lispref/minibuf.texi
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/minibuf.texi	Mon Dec 29 21:24:11 2003 +0000
+++ b/lispref/minibuf.texi	Mon Dec 29 21:24:48 2003 +0000
@@ -1645,6 +1645,14 @@
 other frame's minibuffer window.
 @end defun
 
+@defun set-minibuffer-window window
+This function specifies @var{window} as the minibuffer window to use.
+This affects where the minibuffer is displayed if you put text in it
+without invoking the usual minibuffer commands.  It has no effect on
+the usual minibuffer input functions because they all start by
+choosing the minibuffer window according to the current frame.
+@end defun
+
 @c Emacs 19 feature
 @defun window-minibuffer-p window
 This function returns non-@code{nil} if @var{window} is a minibuffer window.