diff options
| -rw-r--r-- | lispref/minibuf.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index 58ffd6d1a93..bfc5989942d 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -1631,3 +1631,9 @@ that is non-@code{nil}, then the command can use the minibuffer to read | |||
| 1631 | arguments even if it is invoked from the minibuffer. The minibuffer | 1631 | arguments even if it is invoked from the minibuffer. The minibuffer |
| 1632 | command @code{next-matching-history-element} (normally @kbd{M-s} in the | 1632 | command @code{next-matching-history-element} (normally @kbd{M-s} in the |
| 1633 | minibuffer) uses this feature. | 1633 | minibuffer) uses this feature. |
| 1634 | |||
| 1635 | @defun minibuffer-message string &optional timeout | ||
| 1636 | This function displays @var{string} temporarily at the end of the | ||
| 1637 | minibuffer text, for @var{timeout} seconds. (The default is 2 | ||
| 1638 | seconds.) | ||
| 1639 | @end defun | ||