diff options
| author | Glenn Morris | 2014-03-02 17:41:28 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-03-02 17:41:28 -0800 |
| commit | 185fbd27624cd1e16f32461b5271543f16b64263 (patch) | |
| tree | 8f7285c4becd6d144dbb0b583473392e5b38be18 | |
| parent | b20e120e698de4f1abc01979dedae2ecf71d4989 (diff) | |
| download | emacs-185fbd27624cd1e16f32461b5271543f16b64263.tar.gz emacs-185fbd27624cd1e16f32461b5271543f16b64263.zip | |
* etc/NEWS: Tweak previous change.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1377,7 +1377,9 @@ conveniently prepend/append new face properties. | |||
| 1377 | --- | 1377 | --- |
| 1378 | *** Face specs set via Custom themes now replace the `defface' spec | 1378 | *** Face specs set via Custom themes now replace the `defface' spec |
| 1379 | rather than inheriting from it. In other words, setting a face via a | 1379 | rather than inheriting from it. In other words, setting a face via a |
| 1380 | theme now behaves like setting it via Customize. | 1380 | theme now behaves like setting it via Customize: you only need to |
| 1381 | specify the attributes that you want, you don't need to unset those | ||
| 1382 | that you don't want. | ||
| 1381 | 1383 | ||
| 1382 | --- | 1384 | --- |
| 1383 | *** New face characteristic (supports :underline (:style wave)) | 1385 | *** New face characteristic (supports :underline (:style wave)) |