diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/minibuf.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index a9d6e83cf85..dd51181db00 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -2364,8 +2364,8 @@ minibuffer window according to the selected frame. | |||
| 2364 | 2364 | ||
| 2365 | @c Emacs 19 feature | 2365 | @c Emacs 19 feature |
| 2366 | @defun window-minibuffer-p &optional window | 2366 | @defun window-minibuffer-p &optional window |
| 2367 | This function returns non-@code{nil} if @var{window} is a minibuffer | 2367 | This function returns @code{t} if @var{window} is a minibuffer window. |
| 2368 | window. @var{window} defaults to the selected window. | 2368 | @var{window} defaults to the selected window. |
| 2369 | @end defun | 2369 | @end defun |
| 2370 | 2370 | ||
| 2371 | The following function returns the window showing the currently active | 2371 | The following function returns the window showing the currently active |