diff options
| author | Chong Yidong | 2006-04-18 19:37:41 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-04-18 19:37:41 +0000 |
| commit | 67cf9997b9f6d585a76e0af4e3d702b898dccd1b (patch) | |
| tree | 3b7ba648e49b390a0cebae1810be7cc15ec43662 | |
| parent | 12393a892d0b5fcc03d2a72d7895e66dd724b87f (diff) | |
| download | emacs-67cf9997b9f6d585a76e0af4e3d702b898dccd1b.tar.gz emacs-67cf9997b9f6d585a76e0af4e3d702b898dccd1b.zip | |
* misc.texi (Shell Options): Correct default value of
comint-scroll-show-maximum-output.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/misc.texi | 6 |
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 @@ | |||
| 1 | 2006-04-18 Chong Yidong <cyd@mit.edu> | ||
| 2 | |||
| 3 | * misc.texi (Shell Options): Correct default value of | ||
| 4 | comint-scroll-show-maximum-output. | ||
| 5 | |||
| 1 | 2006-04-18 Carsten Dominik <dominik@science.uva.nl> | 6 | 2006-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 |
| 969 | non-@code{nil}, insertion and yank commands scroll the selected window | 969 | non-@code{nil}, insertion and yank commands scroll the selected window |
| 970 | to the bottom before inserting. | 970 | to 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 |
| 974 | arrival of output when point is at the end tries to place the last line of | 974 | arrival of output when point is at the end tries to place the last line of |
| 975 | text at the bottom line of the window, so as to show as much useful | 975 | text at the bottom line of the window, so as to show as much useful |
| 976 | text as possible. (This mimics the scrolling behavior of many | 976 | text as possible. (This mimics the scrolling behavior of most |
| 977 | terminals.) The default is @code{nil}. | 977 | terminals.) 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 |