aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-02 14:06:02 +0200
committerEli Zaretskii2016-01-02 14:06:02 +0200
commit964bea7da5283a6c1ca2d7c6ee8a9d07d4951e69 (patch)
tree44d557cbcf1665625569243cde8f71bca15b880c /etc
parentcd68f47e4fddaa891a978b4ac55cbf323850dfd9 (diff)
downloademacs-964bea7da5283a6c1ca2d7c6ee8a9d07d4951e69.tar.gz
emacs-964bea7da5283a6c1ca2d7c6ee8a9d07d4951e69.zip
Document new features of Whitespace mode
* doc/emacs/display.texi (Useless Whitespace): Document 'whitespace-toggle-options' and the new 'big-indent' style. Document 'whitespace-big-indent-regexp'. Document the Global Whitespace 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