# HG changeset patch # User Chong Yidong # Date 1145389061 0 # Node ID e7bda2fbb2508b86480786527585a9622f91bfae # Parent c79e275b4ef85ac925c352059783ba35d497370d * misc.texi (Shell Options): Correct default value of comint-scroll-show-maximum-output. diff -r c79e275b4ef8 -r e7bda2fbb250 man/ChangeLog --- a/man/ChangeLog Tue Apr 18 19:28:42 2006 +0000 +++ b/man/ChangeLog Tue Apr 18 19:37:41 2006 +0000 @@ -1,3 +1,8 @@ +2006-04-18 Chong Yidong + + * misc.texi (Shell Options): Correct default value of + comint-scroll-show-maximum-output. + 2006-04-18 Carsten Dominik * org.texi: (Formula syntax): Fixed link to Calc Manual. diff -r c79e275b4ef8 -r e7bda2fbb250 man/misc.texi --- a/man/misc.texi Tue Apr 18 19:28:42 2006 +0000 +++ b/man/misc.texi Tue Apr 18 19:37:41 2006 +0000 @@ -967,14 +967,14 @@ @vindex comint-scroll-to-bottom-on-input If the variable @code{comint-scroll-to-bottom-on-input} is non-@code{nil}, insertion and yank commands scroll the selected window -to the bottom before inserting. +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 -text as possible. (This mimics the scrolling behavior of many -terminals.) The default is @code{nil}. +text as possible. (This mimics the scrolling behavior of most +terminals.) The default is @code{t}. @vindex comint-move-point-for-output By setting @code{comint-move-point-for-output}, you can opt for