(Minibuffer Misc): Add set-minibuffer-window.
This commit is contained in:
parent
9f0812867a
commit
41495ddda8
1 changed files with 8 additions and 0 deletions
|
|
@ -1645,6 +1645,14 @@ frame---a frame that has no minibuffer of its own necessarily uses some
|
|||
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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue