diff options
| author | Richard M. Stallman | 2003-12-29 21:24:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-12-29 21:24:48 +0000 |
| commit | 41495ddda84404d8ffb5d05c0575d61578d2db35 (patch) | |
| tree | 5c9122f86aaaef404d06a980404213aa936e2591 | |
| parent | 9f0812867abf2b6b3809a71304e6579d9ae32cbe (diff) | |
| download | emacs-41495ddda84404d8ffb5d05c0575d61578d2db35.tar.gz emacs-41495ddda84404d8ffb5d05c0575d61578d2db35.zip | |
(Minibuffer Misc): Add set-minibuffer-window.
| -rw-r--r-- | lispref/minibuf.texi | 8 |
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 | |||
| 1645 | other frame's minibuffer window. | 1645 | other frame's minibuffer window. |
| 1646 | @end defun | 1646 | @end defun |
| 1647 | 1647 | ||
| 1648 | @defun set-minibuffer-window window | ||
| 1649 | This function specifies @var{window} as the minibuffer window to use. | ||
| 1650 | This affects where the minibuffer is displayed if you put text in it | ||
| 1651 | without invoking the usual minibuffer commands. It has no effect on | ||
| 1652 | the usual minibuffer input functions because they all start by | ||
| 1653 | choosing 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 |
| 1650 | This function returns non-@code{nil} if @var{window} is a minibuffer window. | 1658 | This function returns non-@code{nil} if @var{window} is a minibuffer window. |