aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2003-04-16 05:05:32 +0000
committerRichard M. Stallman <[email protected]>2003-04-16 05:05:32 +0000
commit9a191ebaa709bb1b4703e59c092a2bb0bb60ab4b (patch)
treef804243ce3284a9a24e59e75e669f06b2e053fc6 /lispref
parentf1e4bcdb0c11df9fbf758c8deff8a4aef4dd13db (diff)
(Minibuffer Misc): Document fn minibuffer-message.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/minibuf.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index 58ffd6d1a9..bfc5989942 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