aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuri Linkov2019-12-16 01:58:14 +0200
committerJuri Linkov2019-12-16 01:58:14 +0200
commit7254b6346229a7b71b69f71e2d8eee113f02585a (patch)
treecdf52783a50d34acd37a235ba7fae7644c7b1564 /doc
parent1d52883047f0dd9a52d41060e164237923864265 (diff)
downloademacs-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.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