aboutsummaryrefslogtreecommitdiffstats
path: root/man/misc.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2003-06-04 09:28:58 +0000
committerRichard M. Stallman <[email protected]>2003-06-04 09:28:58 +0000
commitfcc91da664650c3c6751d7a930e4fe0ffb0ea282 (patch)
tree52117858b3d38f6aa819754341b319e66a3df1db /man/misc.texi
parent4a9cbbf846c42e60c6aa75ba0162a38ad8f6f436 (diff)
(Shell Options): Clarify comint-scroll-show-maximum-output.
comint-move-point-for-output renamed from comint-scroll-to-bottom-on-output.
Diffstat (limited to 'man/misc.texi')
-rw-r--r--man/misc.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/misc.texi b/man/misc.texi
index 9ee73fcf00..520bcb6686 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -921,13 +921,13 @@ to the bottom before inserting.
@vindex comint-scroll-show-maximum-output
If @code{comint-scroll-show-maximum-output} is non-@code{nil}, then
-scrolling due to the arrival of output tries to place the last line of
+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}.
-@vindex comint-scroll-to-bottom-on-output
- By setting @code{comint-scroll-to-bottom-on-output}, you can opt for
+@vindex comint-move-point-for-output
+ By setting @code{comint-move-point-for-output}, you can opt for
having point jump to the end of the buffer whenever output arrives---no
matter where in the buffer point was before. If the value is
@code{this}, point jumps in the selected window. If the value is