aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c20afaf7d3f..1880e6df4da 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -919,9 +919,11 @@ use PDF instead of DVI.
919`prettify-symbols-mode' in a tex-mode buffer, \alpha ... \omega, and 919`prettify-symbols-mode' in a tex-mode buffer, \alpha ... \omega, and
920many other math macros are displayed using unicode characters. 920many other math macros are displayed using unicode characters.
921 921
922** whitespace-mode: new 'big-indent style highlighting too much indentation. 922+++
923By default, 32 spaces and four TABs are considered to be too much but 923** New `big-indent' style in `whitespace-mode' highlights deep indentation.
924`whitespace-big-indent-regexp' can be configured to change that. 924By default, 32 consecutive spaces or four consecutive TABs are
925considered to be too deep, but the new variable
926`whitespace-big-indent-regexp' can be customized to change that.
925 927
926** tildify: `tildify-space-string', `tildify-pattern', and 928** tildify: `tildify-space-string', `tildify-pattern', and
927`tildify-foreach-region-function' variables added making 929`tildify-foreach-region-function' variables added making