1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

NEWS markup

This commit is contained in:
Glenn Morris 2014-02-26 15:02:56 -05:00
parent 259887e808
commit 3b48a331d1

View File

@ -826,6 +826,7 @@ symbol found near point added to the search string initially.
*** `C-x 8 RET' in Isearch mode reads a character by its Unicode name
and adds it to the search string.
+++
*** `M-s i' in Isearch mode toggles whether search matches invisible text.
*** `query-replace' skips invisible text when `search-invisible' is nil,
@ -1349,6 +1350,7 @@ conveniently prepend/append new face properties.
*** Face specs set via Custom themes now replace the `defface' spec
rather than inheriting from it (as do face specs set via Customize).
---
*** New face characteristic (supports :underline (:style wave))
specifies whether or not the terminal can display a wavy line.