aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-07-23 22:49:34 +0300
committerEli Zaretskii2021-07-23 22:49:34 +0300
commit59eaa30c90cbd31c829dc383ceecaa7a75951e53 (patch)
tree429b4f05a779b5804ba0abd7056a914ab902fcf5
parent26ff27714ce753faf6a3aab773f71493949b7112 (diff)
downloademacs-59eaa30c90cbd31c829dc383ceecaa7a75951e53.tar.gz
emacs-59eaa30c90cbd31c829dc383ceecaa7a75951e53.zip
; * etc/NEWS: Fix wording of the 'fill-column' entry.
-rw-r--r--etc/NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 37472b7f635..e4b0809c5f5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -119,9 +119,8 @@ page for 'seccomp' system call, for details about Secure Computing
119filters. 119filters.
120 120
121** Setting 'fill-column' to nil is obsolete. 121** Setting 'fill-column' to nil is obsolete.
122This undocumented use of 'fill-column' is now obsolete. If you have 122This undocumented use of 'fill-column' is now obsolete. To disable
123set this value to nil disable auto filling, instead disable 123auto filling, turn off 'auto-fill-mode' instead.
124'auto-fill-mode' in the relevant mode instead.
125 124
126For instance, you could add something like the following to your init 125For instance, you could add something like the following to your init
127file: 126file: