1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* etc/NEWS: Minor edit

This commit is contained in:
Glenn Morris 2014-03-02 17:16:58 -08:00
parent 7ebd57e9d6
commit b20e120e69

View file

@ -1374,8 +1374,10 @@ custom, or override spec), and the relevant spec is set accordingly.
*** New function `add-face-text-property', which can be used to
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).
rather than inheriting from it. In other words, setting a face via a
theme now behaves like setting it via Customize.
---
*** New face characteristic (supports :underline (:style wave))