aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-09-10 05:07:54 +0000
committerRichard M. Stallman2001-09-10 05:07:54 +0000
commitf26ccb10da97b6d71e1fead97181df7f53fdb3ea (patch)
tree026ba8ab63f4469a3715c0f906976814b82080fc
parente54465863b9fc6bd14b8d7d4062a0dd1d29fa7e0 (diff)
downloademacs-f26ccb10da97b6d71e1fead97181df7f53fdb3ea.tar.gz
emacs-f26ccb10da97b6d71e1fead97181df7f53fdb3ea.zip
Clarify recent changes.
-rw-r--r--lispref/display.texi9
1 files changed, 4 insertions, 5 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 5604a341c4d..5198657c273 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -199,11 +199,10 @@ its normal size. If the minibuffer is active, this brings the
199minibuffer contents back onto the screen immediately. 199minibuffer contents back onto the screen immediately.
200 200
201@vindex message-truncate-lines 201@vindex message-truncate-lines
202Normally, if the message is longer than one line, the echo area is 202Normally, displaying a message that is longer than one line resizes
203resized to display the message in its entirety. But if the variable 203the echo area to display the entire message. But if the variable
204@code{message-truncate-lines} is bound to @code{t}, the echo area does 204@code{message-truncate-lines} is non-@code{nil}, the echo area does
205not resize, and the message is truncated, as it was done in Emacs 20 205not resize, and the message is truncated, as in Emacs 20 and before.
206and before.
207 206
208@example 207@example
209@group 208@group