diff options
| author | Eli Zaretskii | 2002-02-17 18:08:44 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-17 18:08:44 +0000 |
| commit | 5a776940c3643f1765793eb65468d1f69f0c4bfb (patch) | |
| tree | be0852cc0bc40828b73b1bc6821e89a71787d0c7 | |
| parent | cb46def7b4650040f020bc9695ba29a7490ec127 (diff) | |
| download | emacs-5a776940c3643f1765793eb65468d1f69f0c4bfb.tar.gz emacs-5a776940c3643f1765793eb65468d1f69f0c4bfb.zip | |
Fix wording of the entry about automatic-hscroll-* variables.
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 6 insertions, 7 deletions
| @@ -38,13 +38,12 @@ The variable `automatic-hscroll-margin' determines how many columns | |||
| 38 | away from the window edge point is allowed to get before automatic | 38 | away from the window edge point is allowed to get before automatic |
| 39 | hscrolling will horizontally scroll the window. The default value is 5. | 39 | hscrolling will horizontally scroll the window. The default value is 5. |
| 40 | 40 | ||
| 41 | The variable `automatic-hscroll-step' determines how many many | 41 | The variable `automatic-hscroll-step' determines how many columns |
| 42 | columns will automatic hscrolling scroll the window when point gets | 42 | automatic hscrolling will scroll the window when point gets too close |
| 43 | too close to the window edge. If its value is zero, the default, the | 43 | to the window edge. If its value is zero, the default, Emacs scrolls |
| 44 | window will be scrolled so as to center point. If its value is an | 44 | the window so as to center point. If its value is an integer, it says |
| 45 | integer, it says how many columns to scroll. If the value is a | 45 | how many columns to scroll. If the value is a floating-point number, |
| 46 | floating-point number, it gives the fraction of the window's width to | 46 | it gives the fraction of the window's width to scroll the window. |
| 47 | scroll 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 |
| 50 | x-autoselect-window to non-nil value, moving the mouse to a different | 49 | x-autoselect-window to non-nil value, moving the mouse to a different |