aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 06032729a50..42b049eafde 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -276,13 +276,11 @@ 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
283If @var{format-string} is @code{nil} or the empty string, 279If @var{format-string} is @code{nil} or the empty string,
284@code{message} clears the echo area; if the echo area has been 280@code{message} clears the echo area; if the echo area has been
285expanded automatically, this brings it back to its normal size. 281expanded automatically, this brings it back to its normal size. If
282the minibuffer is active, this brings the minibuffer contents back
283onto the screen immediately.
286 284
287@example 285@example
288@group 286@group