diff options
| -rw-r--r-- | man/misc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/misc.texi b/man/misc.texi index 72ddd96534a..76e2693cded 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -983,8 +983,8 @@ to the bottom before inserting. The default is @code{nil}. | |||
| 983 | 983 | ||
| 984 | @vindex comint-scroll-show-maximum-output | 984 | @vindex comint-scroll-show-maximum-output |
| 985 | If @code{comint-scroll-show-maximum-output} is non-@code{nil}, then | 985 | If @code{comint-scroll-show-maximum-output} is non-@code{nil}, then |
| 986 | arrival of output when point is at the end tries to place the last line of | 986 | arrival of output when point is at the end tries to scroll the last |
| 987 | text at the bottom line of the window, so as to show as much useful | 987 | line of text to the bottom line of the window, showing as much useful |
| 988 | text as possible. (This mimics the scrolling behavior of most | 988 | text as possible. (This mimics the scrolling behavior of most |
| 989 | terminals.) The default is @code{t}. | 989 | terminals.) The default is @code{t}. |
| 990 | 990 | ||