aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index ddbae40ac90..1f7cc93c9c4 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -276,11 +276,13 @@ followed by a newline.
276When @code{inhibit-message} is non-@code{nil}, no message will be displayed 276When @code{inhibit-message} is non-@code{nil}, no message will be displayed
277in the echo area, it will only be logged to @samp{*Messages*}. 277in the echo area, it will only be logged to @samp{*Messages*}.
278 278
279If the minibuffer is active, it uses the @code{minibuffer-message}
280function to display the message temporarily at the end of the
281minibuffer (@pxref{Minibuffer Misc}).
282
279If @var{format-string} is @code{nil} or the empty string, 283If @var{format-string} is @code{nil} or the empty string,
280@code{message} clears the echo area; if the echo area has been 284@code{message} clears the echo area; if the echo area has been
281expanded automatically, this brings it back to its normal size. If 285expanded automatically, this brings it back to its normal size.
282the minibuffer is active, this brings the minibuffer contents back
283onto the screen immediately.
284 286
285@example 287@example
286@group 288@group