From: Richard M. Stallman Date: Tue, 2 Jan 2007 21:01:08 +0000 (+0000) Subject: (Shell Options): Minor cleanup. X-Git-Tag: emacs-pretest-22.0.93~282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e59d2bef6e07c7340b9882d5d37a28cb75f29dc1;p=emacs.git (Shell Options): Minor cleanup. --- diff --git a/man/misc.texi b/man/misc.texi index 72ddd96534a..76e2693cded 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -983,8 +983,8 @@ to the bottom before inserting. The default is @code{nil}. @vindex comint-scroll-show-maximum-output If @code{comint-scroll-show-maximum-output} is non-@code{nil}, then -arrival of output when point is at the end tries to place the last line of -text at the bottom line of the window, so as to show as much useful +arrival of output when point is at the end tries to scroll the last +line of text to the bottom line of the window, showing as much useful text as possible. (This mimics the scrolling behavior of most terminals.) The default is @code{t}.