diff options
| author | Eli Zaretskii | 2016-01-02 14:06:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-02 14:06:02 +0200 |
| commit | 964bea7da5283a6c1ca2d7c6ee8a9d07d4951e69 (patch) | |
| tree | 44d557cbcf1665625569243cde8f71bca15b880c /etc | |
| parent | cd68f47e4fddaa891a978b4ac55cbf323850dfd9 (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -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 |
| 920 | many other math macros are displayed using unicode characters. | 920 | many other math macros are displayed using unicode characters. |
| 921 | 921 | ||
| 922 | ** whitespace-mode: new 'big-indent style highlighting too much indentation. | 922 | +++ |
| 923 | By 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. | 924 | By default, 32 consecutive spaces or four consecutive TABs are |
| 925 | considered 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 |