diff options
| author | Juri Linkov | 2019-12-16 01:58:14 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-12-16 01:58:14 +0200 |
| commit | 7254b6346229a7b71b69f71e2d8eee113f02585a (patch) | |
| tree | cdf52783a50d34acd37a235ba7fae7644c7b1564 /doc | |
| parent | 1d52883047f0dd9a52d41060e164237923864265 (diff) | |
| download | emacs-7254b6346229a7b71b69f71e2d8eee113f02585a.tar.gz emacs-7254b6346229a7b71b69f71e2d8eee113f02585a.zip | |
Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)
* src/editfns.c (Fmessage): Don't use minibuffer-message.
(Fmessage_in_echo_area): Remove function message-in-echo-area.
(syms_of_editfns): Remove variable message-in-echo-area.
* lisp/isearch.el (isearch--momentary-message): Remove message-in-echo-area.
* lisp/minibuffer.el (minibuffer-message): Don't record message
in the *Messages* buffer.
(minibuffer-completion-help): Remove message-in-echo-area.
* lisp/subr.el (do-after-load-evaluation): Remove discard-input (bug#38560)
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 |