comparison lispref/minibuf.texi @ 50603:86ea12469954

(Minibuffer Misc): Document fn minibuffer-message.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Apr 2003 05:05:32 +0000
parents 23a1cea22d13
children b8860fc285cb
comparison
equal deleted inserted replaced
50602:c7575377858f 50603:86ea12469954
1629 If a command name has a property @code{enable-recursive-minibuffers} 1629 If a command name has a property @code{enable-recursive-minibuffers}
1630 that is non-@code{nil}, then the command can use the minibuffer to read 1630 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