mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(Minibuffer Misc): Document fn minibuffer-message.
This commit is contained in:
parent
f1e4bcdb0c
commit
9a191ebaa7
1 changed files with 6 additions and 0 deletions
|
|
@ -1631,3 +1631,9 @@ that is non-@code{nil}, then the command can use the minibuffer to read
|
|||
arguments even if it is invoked from the minibuffer. The minibuffer
|
||||
command @code{next-matching-history-element} (normally @kbd{M-s} in the
|
||||
minibuffer) uses this feature.
|
||||
|
||||
@defun minibuffer-message string &optional timeout
|
||||
This function displays @var{string} temporarily at the end of the
|
||||
minibuffer text, for @var{timeout} seconds. (The default is 2
|
||||
seconds.)
|
||||
@end defun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue