From: Richard M. Stallman Date: Wed, 16 Apr 2003 05:05:32 +0000 (+0000) Subject: (Minibuffer Misc): Document fn minibuffer-message. X-Git-Tag: ttn-vms-21-2-B4~10502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a191ebaa709bb1b4703e59c092a2bb0bb60ab4b;p=emacs.git (Minibuffer Misc): Document fn minibuffer-message. --- 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 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