aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-12-08 20:11:48 +0200
committerEli Zaretskii2019-12-08 20:11:48 +0200
commitf93a604ff15c18c75563622a300cfa82647a86bf (patch)
treeeacefc242b02640b093987555e2030093f3897cb
parent7e387c9e5265b98dbb3b986f8ab8ac2217052831 (diff)
downloademacs-f93a604ff15c18c75563622a300cfa82647a86bf.tar.gz
emacs-f93a604ff15c18c75563622a300cfa82647a86bf.zip
; * etc/NEWS: Fix a recently added entry.
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 996ef1e6bb9..8ac8ea2e409 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1269files, for example. 1269files, 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.
1273The new user option 'Man-width-max' (80 by default) limits the number
1274of columns passed to the 'man' program for formatting man pages. This
1275is to enhance readability when man pages are displayed in very wide
1276windows (which are customary with today's large displays).
1277
1272 1278
1273** Xref 1279** Xref
1274 1280