diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 8 |
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. | |||
| 276 | When @code{inhibit-message} is non-@code{nil}, no message will be displayed | 276 | When @code{inhibit-message} is non-@code{nil}, no message will be displayed |
| 277 | in the echo area, it will only be logged to @samp{*Messages*}. | 277 | in the echo area, it will only be logged to @samp{*Messages*}. |
| 278 | 278 | ||
| 279 | If the minibuffer is active, it uses the @code{minibuffer-message} | ||
| 280 | function to display the message temporarily at the end of the | ||
| 281 | minibuffer (@pxref{Minibuffer Misc}). | ||
| 282 | |||
| 283 | If @var{format-string} is @code{nil} or the empty string, | 279 | If @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 |
| 285 | expanded automatically, this brings it back to its normal size. | 281 | expanded automatically, this brings it back to its normal size. If |
| 282 | the minibuffer is active, this brings the minibuffer contents back | ||
| 283 | onto the screen immediately. | ||
| 286 | 284 | ||
| 287 | @example | 285 | @example |
| 288 | @group | 286 | @group |