]> git.eshelyaron.com Git - emacs.git/commitdiff
; Touch up last term.el-related changes
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 13 Aug 2020 16:28:21 +0000 (17:28 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 13 Aug 2020 19:23:51 +0000 (20:23 +0100)
etc/NEWS
lisp/term.el

index 111cecf92badee90bb9a7d19ae4a1b46b40f97e3..d0be28740ef301db3a6ba0a91e5fdcaa713b2248 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -781,10 +781,10 @@ digits.
 ** Miscellaneous
 
 ---
-*** New variable 'term-scroll-snap-to-bottom'
-term will, by default, recenter the buffer so that the prompt on the
-final line in the window.  Setting this new variable to nil inhibits
-this behavior.
+*** New user option 'term-scroll-snap-to-bottom'.
+By default, 'term' and 'ansi-term' will now recenter the buffer so
+that the prompt is on the final line in the window.  Setting this new
+user option to nil inhibits this behavior.
 
 *** The new library hierarchy.el has been added.
 It's a library to create, query, navigate and display hierarchy
index 6f899fcb5c82c9d286a3e5ca77d36be226df3280..149405fa413c4f3043db68295743f87bd197039d 100644 (file)
@@ -506,6 +506,7 @@ This variable is buffer-local."
 If non-nil, when the prompt is visible within the window, then
 scroll so that the prompt is on the bottom on any input or
 output."
+  :version "28.1"
   :type 'boolean)
 
 (defcustom term-scroll-show-maximum-output nil