Mercurial > emacs
diff etc/NEWS @ 34749:3a0a4c2b6633
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 20 Dec 2000 15:37:23 +0000 |
parents | 49d020898574 |
children | c96c07c36f33 |
line wrap: on
line diff
--- a/etc/NEWS Wed Dec 20 15:36:56 2000 +0000 +++ b/etc/NEWS Wed Dec 20 15:37:23 2000 +0000 @@ -667,6 +667,12 @@ `automatic-hscrolling' is set (the default). This setting can be customized. +If a window is scrolled horizontally with set-window-hscroll, or +scroll-left/scroll-right (C-x <, C-x >), this serves as a lower bound +for automatic horizontal scrolling. Automatic scrolling will scroll +the text more to the left if necessary, but won't scroll the text more +to the right than the column set with set-window-hscroll etc. + +++ ** Tool bar support.