mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
; * etc/NEWS: Fix wording of the 'fill-column' entry.
This commit is contained in:
parent
26ff27714c
commit
59eaa30c90
1 changed files with 2 additions and 3 deletions
5
etc/NEWS
5
etc/NEWS
|
|
@ -119,9 +119,8 @@ page for 'seccomp' system call, for details about Secure Computing
|
|||
filters.
|
||||
|
||||
** Setting 'fill-column' to nil is obsolete.
|
||||
This undocumented use of 'fill-column' is now obsolete. If you have
|
||||
set this value to nil disable auto filling, instead disable
|
||||
'auto-fill-mode' in the relevant mode instead.
|
||||
This undocumented use of 'fill-column' is now obsolete. To disable
|
||||
auto filling, turn off 'auto-fill-mode' instead.
|
||||
|
||||
For instance, you could add something like the following to your init
|
||||
file:
|
||||
|
|
|
|||
Loading…
Reference in a new issue