changeset 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 c7575377858f
children f37984f93151
files lispref/minibuf.texi
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/minibuf.texi	Wed Apr 16 05:03:13 2003 +0000
+++ b/lispref/minibuf.texi	Wed Apr 16 05:05:32 2003 +0000
@@ -1631,3 +1631,9 @@
 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