aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/misc.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/misc.texi b/man/misc.texi
index 9ee73fcf007..520bcb66869 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -921,13 +921,13 @@ to the bottom before inserting.
921 921
922@vindex comint-scroll-show-maximum-output 922@vindex comint-scroll-show-maximum-output
923 If @code{comint-scroll-show-maximum-output} is non-@code{nil}, then 923 If @code{comint-scroll-show-maximum-output} is non-@code{nil}, then
924scrolling due to the arrival of output tries to place the last line of 924arrival of output when point is at the end tries to place the last line of
925text at the bottom line of the window, so as to show as much useful 925text at the bottom line of the window, so as to show as much useful
926text as possible. (This mimics the scrolling behavior of many 926text as possible. (This mimics the scrolling behavior of many
927terminals.) The default is @code{nil}. 927terminals.) The default is @code{nil}.
928 928
929@vindex comint-scroll-to-bottom-on-output 929@vindex comint-move-point-for-output
930 By setting @code{comint-scroll-to-bottom-on-output}, you can opt for 930 By setting @code{comint-move-point-for-output}, you can opt for
931having point jump to the end of the buffer whenever output arrives---no 931having point jump to the end of the buffer whenever output arrives---no
932matter where in the buffer point was before. If the value is 932matter where in the buffer point was before. If the value is
933@code{this}, point jumps in the selected window. If the value is 933@code{this}, point jumps in the selected window. If the value is