aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-17 18:08:44 +0000
committerEli Zaretskii2002-02-17 18:08:44 +0000
commit5a776940c3643f1765793eb65468d1f69f0c4bfb (patch)
treebe0852cc0bc40828b73b1bc6821e89a71787d0c7
parentcb46def7b4650040f020bc9695ba29a7490ec127 (diff)
downloademacs-5a776940c3643f1765793eb65468d1f69f0c4bfb.tar.gz
emacs-5a776940c3643f1765793eb65468d1f69f0c4bfb.zip
Fix wording of the entry about automatic-hscroll-* variables.
-rw-r--r--etc/NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e956ab4beaf..6ab8d2b2bcb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -38,13 +38,12 @@ The variable `automatic-hscroll-margin' determines how many columns
38away from the window edge point is allowed to get before automatic 38away from the window edge point is allowed to get before automatic
39hscrolling will horizontally scroll the window. The default value is 5. 39hscrolling will horizontally scroll the window. The default value is 5.
40 40
41The variable `automatic-hscroll-step' determines how many many 41The variable `automatic-hscroll-step' determines how many columns
42columns will automatic hscrolling scroll the window when point gets 42automatic hscrolling will scroll the window when point gets too close
43too close to the window edge. If its value is zero, the default, the 43to the window edge. If its value is zero, the default, Emacs scrolls
44window will be scrolled so as to center point. If its value is an 44the window so as to center point. If its value is an integer, it says
45integer, it says how many columns to scroll. If the value is a 45how many columns to scroll. If the value is a floating-point number,
46floating-point number, it gives the fraction of the window's width to 46it gives the fraction of the window's width to scroll the window.
47scroll the window.
48 47
49** New display feature: focus follows mouse. If you set the variable 48** New display feature: focus follows mouse. If you set the variable
50x-autoselect-window to non-nil value, moving the mouse to a different 49x-autoselect-window to non-nil value, moving the mouse to a different