From: Richard M. Stallman Date: Mon, 10 Sep 2001 05:07:54 +0000 (+0000) Subject: Clarify recent changes. X-Git-Tag: emacs-pretest-21.0.106~172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f26ccb10da97b6d71e1fead97181df7f53fdb3ea;p=emacs.git Clarify recent changes. --- 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 minibuffer contents back onto the screen immediately. @vindex message-truncate-lines -Normally, if the message is longer than one line, the echo area is -resized to display the message in its entirety. But if the variable -@code{message-truncate-lines} is bound to @code{t}, the echo area does -not resize, and the message is truncated, as it was done in Emacs 20 -and before. +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. @example @group