From: Chong Yidong Date: Tue, 18 Apr 2006 19:37:41 +0000 (+0000) Subject: * misc.texi (Shell Options): Correct default value of X-Git-Tag: emacs-pretest-22.0.90~3086 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67cf9997b9f6d585a76e0af4e3d702b898dccd1b;p=emacs.git * misc.texi (Shell Options): Correct default value of comint-scroll-show-maximum-output. --- diff --git a/man/ChangeLog b/man/ChangeLog index 547ae7f3e37..e9d23f20938 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 --git a/man/misc.texi b/man/misc.texi index 42cc1a8ae63..6a99a20da3c 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -967,14 +967,14 @@ current directory. @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