aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-04-18 19:37:41 +0000
committerChong Yidong2006-04-18 19:37:41 +0000
commit67cf9997b9f6d585a76e0af4e3d702b898dccd1b (patch)
tree3b7ba648e49b390a0cebae1810be7cc15ec43662
parent12393a892d0b5fcc03d2a72d7895e66dd724b87f (diff)
downloademacs-67cf9997b9f6d585a76e0af4e3d702b898dccd1b.tar.gz
emacs-67cf9997b9f6d585a76e0af4e3d702b898dccd1b.zip
* misc.texi (Shell Options): Correct default value of
comint-scroll-show-maximum-output.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/misc.texi6
2 files changed, 8 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 547ae7f3e37..e9d23f20938 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12006-04-18 Chong Yidong <cyd@mit.edu>
2
3 * misc.texi (Shell Options): Correct default value of
4 comint-scroll-show-maximum-output.
5
12006-04-18 Carsten Dominik <dominik@science.uva.nl> 62006-04-18 Carsten Dominik <dominik@science.uva.nl>
2 7
3 * org.texi: (Formula syntax): Fixed link to Calc Manual. 8 * 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.
967@vindex comint-scroll-to-bottom-on-input 967@vindex comint-scroll-to-bottom-on-input
968 If the variable @code{comint-scroll-to-bottom-on-input} is 968 If the variable @code{comint-scroll-to-bottom-on-input} is
969non-@code{nil}, insertion and yank commands scroll the selected window 969non-@code{nil}, insertion and yank commands scroll the selected window
970to the bottom before inserting. 970to the bottom before inserting. The default is @code{nil}.
971 971
972@vindex comint-scroll-show-maximum-output 972@vindex comint-scroll-show-maximum-output
973 If @code{comint-scroll-show-maximum-output} is non-@code{nil}, then 973 If @code{comint-scroll-show-maximum-output} is non-@code{nil}, then
974arrival of output when point is at the end tries to place the last line of 974arrival of output when point is at the end tries to place the last line of
975text at the bottom line of the window, so as to show as much useful 975text at the bottom line of the window, so as to show as much useful
976text as possible. (This mimics the scrolling behavior of many 976text as possible. (This mimics the scrolling behavior of most
977terminals.) The default is @code{nil}. 977terminals.) The default is @code{t}.
978 978
979@vindex comint-move-point-for-output 979@vindex comint-move-point-for-output
980 By setting @code{comint-move-point-for-output}, you can opt for 980 By setting @code{comint-move-point-for-output}, you can opt for