aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2001-11-02 04:59:56 +0000
committerStefan Monnier2001-11-02 04:59:56 +0000
commitc22e59e11779f0272f53d7cc43c27fb50981bdfe (patch)
tree22af258bf39b53b01117ee5ffcf1e80996c8f81c /etc
parentfe552b4c0d54b84b3048a08b2fc19518cafe6f1d (diff)
downloademacs-c22e59e11779f0272f53d7cc43c27fb50981bdfe.tar.gz
emacs-c22e59e11779f0272f53d7cc43c27fb50981bdfe.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5f53905209a..0136189e6f6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -18,9 +18,6 @@ now uses normal-erase-is-backspace-mode.
18** `buffer-menu' and `list-buffers' now list buffers whose names begin 18** `buffer-menu' and `list-buffers' now list buffers whose names begin
19with a space, if they visit files. 19with a space, if they visit files.
20 20
21** tab-always-indent can be set to `never' to make sure indent-for-tab-command
22always tabs rather than indents.
23
24** You can now customize fill-nobreak-predicate to control where 21** You can now customize fill-nobreak-predicate to control where
25filling can break lines. We provide two sample predicates, 22filling can break lines. We provide two sample predicates,
26fill-single-word-nobreak-p and fill-french-nobreak-p. 23fill-single-word-nobreak-p and fill-french-nobreak-p.