summaryrefslogtreecommitdiff
path: root/lispref/display.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-09-10 05:34:15 +0000
committerRichard M. Stallman <rms@gnu.org>2001-09-10 05:34:15 +0000
commitcaae20c74105a60dd36d9b4c382e4f1d37db5997 (patch)
tree03c74f3c98044ee8d2e8c5daea633d5143ed208b /lispref/display.texi
parentac7ed6424ca09e406251602fb77a02776cab0175 (diff)
downloademacs-caae20c74105a60dd36d9b4c382e4f1d37db5997.tar.gz
Clarify recent changes.
Diffstat (limited to 'lispref/display.texi')
-rw-r--r--lispref/display.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 5198657c273..b6d5a54ae62 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -199,10 +199,10 @@ its normal size. If the minibuffer is active, this brings the
minibuffer contents back onto the screen immediately.
@vindex message-truncate-lines
-Normally, displaying a message that is longer than one line resizes
-the echo area to display the entire message. But if the variable
-@code{message-truncate-lines} is non-@code{nil}, the echo area does
-not resize, and the message is truncated, as in Emacs 20 and before.
+Normally, displaying a long message resizes the echo area to display
+the entire message. But if the variable @code{message-truncate-lines}
+is non-@code{nil}, the echo area does not resize, and the message is
+truncated to fit it, as in Emacs 20 and before.
@example
@group