aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-16 05:05:32 +0000
committerRichard M. Stallman2003-04-16 05:05:32 +0000
commit9a191ebaa709bb1b4703e59c092a2bb0bb60ab4b (patch)
treef804243ce3284a9a24e59e75e669f06b2e053fc6 /lispref
parentf1e4bcdb0c11df9fbf758c8deff8a4aef4dd13db (diff)
downloademacs-9a191ebaa709bb1b4703e59c092a2bb0bb60ab4b.tar.gz
emacs-9a191ebaa709bb1b4703e59c092a2bb0bb60ab4b.zip
(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 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
1631arguments even if it is invoked from the minibuffer. The minibuffer 1631arguments even if it is invoked from the minibuffer. The minibuffer
1632command @code{next-matching-history-element} (normally @kbd{M-s} in the 1632command @code{next-matching-history-element} (normally @kbd{M-s} in the
1633minibuffer) uses this feature. 1633minibuffer) uses this feature.
1634
1635@defun minibuffer-message string &optional timeout
1636This function displays @var{string} temporarily at the end of the
1637minibuffer text, for @var{timeout} seconds. (The default is 2
1638seconds.)
1639@end defun