diff options
| author | Eli Zaretskii | 2019-12-08 20:11:48 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-12-08 20:11:48 +0200 |
| commit | f93a604ff15c18c75563622a300cfa82647a86bf (patch) | |
| tree | eacefc242b02640b093987555e2030093f3897cb | |
| parent | 7e387c9e5265b98dbb3b986f8ab8ac2217052831 (diff) | |
| download | emacs-f93a604ff15c18c75563622a300cfa82647a86bf.tar.gz emacs-f93a604ff15c18c75563622a300cfa82647a86bf.zip | |
; * etc/NEWS: Fix a recently added entry.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -1268,7 +1268,13 @@ them to the 'browse-url' function, like the other protocols: 'ftp', | |||
| 1268 | 'http', and 'https'. This allows to have references to local HTML | 1268 | 'http', and 'https'. This allows to have references to local HTML |
| 1269 | files, for example. | 1269 | files, for example. |
| 1270 | 1270 | ||
| 1271 | *** 'Man-width-max' (80 by default) limits the number of columns on man pages. | 1271 | --- |
| 1272 | ** Display of man pages now limits the width for formatting pages. | ||
| 1273 | The new user option 'Man-width-max' (80 by default) limits the number | ||
| 1274 | of columns passed to the 'man' program for formatting man pages. This | ||
| 1275 | is to enhance readability when man pages are displayed in very wide | ||
| 1276 | windows (which are customary with today's large displays). | ||
| 1277 | |||
| 1272 | 1278 | ||
| 1273 | ** Xref | 1279 | ** Xref |
| 1274 | 1280 | ||