diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-01-14 14:56:06 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-01-14 15:16:54 +0100 |
commit | 725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275 (patch) | |
tree | 972ca388712567c81d9eb6dc90c6d6566d8bfa76 /lisp/term.el | |
parent | 6653ee66ca5ebd42322613a09d4c0d2e35af924b (diff) | |
download | emacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.tar.gz emacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.tar.bz2 emacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.zip |
; Fix typos in symbol names
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index e3dedf247d1..647938c3b86 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -1109,7 +1109,7 @@ variable `term-input-autoexpand', and addition is controlled by the variable `term-input-ignoredups'. Input to, and output from, the subprocess can cause the window to scroll to -the end of the buffer. See variables `term-scroll-to-bottom-on-input', +the end of the buffer. See variables `term-scroll-snap-to-bottom', and `term-scroll-to-bottom-on-output'. If you accidentally suspend your process, use \\[term-continue-subjob] |