summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-11-25 20:58:40 +0200
committerEli Zaretskii <eliz@gnu.org>2019-11-25 20:58:40 +0200
commit4cb582321a2079527dbcf496763ec41cddf63b80 (patch)
treea5c5d97e58811ce3118eac5894bf3a5fb8895ad8
parent1b83228cc76294a424b4e01a52c595ddc65ee7d2 (diff)
downloademacs-4cb582321a2079527dbcf496763ec41cddf63b80.tar.gz
; * etc/NEWS: Elaborate the entry about ':extend' face attribute.
-rw-r--r--etc/NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 819637b79fc..7e86ccc71e3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -422,8 +422,15 @@ to 'completion-styles' or 'completion-category-overrides' to use it.
The new face attribute ':extend' controls whether to use the face for
displaying the empty space beyond end of line (EOL) till the edge of
the window. By default, this attribute is non-nil only for 'region',
-'secondary-selection', 'hl-line' and diff faces; any other face that
-crosses end of line will not affect the display of the empty space at EOL.
+'secondary-selection', 'hl-line' and some faces of Diff and Ediff
+modes; any other face that crosses end of line will not affect the
+display of the empty space at EOL. This is to make Emacs behave more
+like other GUI applications with respect to displaying faces that
+cross line boundaries.
+
+Themes that redefine faces should add a non-nil ':extend' attribute to
+the above-mentioned faces, to keep the behavior of the default face
+definitions.
** Connection-local variables