diff options
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -826,6 +826,7 @@ symbol found near point added to the search string initially. | |||
| 826 | *** `C-x 8 RET' in Isearch mode reads a character by its Unicode name | 826 | *** `C-x 8 RET' in Isearch mode reads a character by its Unicode name |
| 827 | and adds it to the search string. | 827 | and adds it to the search string. |
| 828 | 828 | ||
| 829 | +++ | ||
| 829 | *** `M-s i' in Isearch mode toggles whether search matches invisible text. | 830 | *** `M-s i' in Isearch mode toggles whether search matches invisible text. |
| 830 | 831 | ||
| 831 | *** `query-replace' skips invisible text when `search-invisible' is nil, | 832 | *** `query-replace' skips invisible text when `search-invisible' is nil, |
| @@ -1349,6 +1350,7 @@ conveniently prepend/append new face properties. | |||
| 1349 | *** Face specs set via Custom themes now replace the `defface' spec | 1350 | *** Face specs set via Custom themes now replace the `defface' spec |
| 1350 | rather than inheriting from it (as do face specs set via Customize). | 1351 | rather than inheriting from it (as do face specs set via Customize). |
| 1351 | 1352 | ||
| 1353 | --- | ||
| 1352 | *** New face characteristic (supports :underline (:style wave)) | 1354 | *** New face characteristic (supports :underline (:style wave)) |
| 1353 | specifies whether or not the terminal can display a wavy line. | 1355 | specifies whether or not the terminal can display a wavy line. |
| 1354 | 1356 | ||