aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJimmy Aguilar Mena2019-10-09 16:44:21 +0200
committerJimmy Aguilar Mena2019-10-14 14:18:42 +0200
commitcc47cd4202aa474cf83d6fc42d959460d3cf823f (patch)
treea4d60c664baf1ef95ccebef750c1e9ad271b8d20 /etc
parent0cf11eb2e80ec1e038654780c4833bea05ead05e (diff)
downloademacs-cc47cd4202aa474cf83d6fc42d959460d3cf823f.tar.gz
emacs-cc47cd4202aa474cf83d6fc42d959460d3cf823f.zip
; extend_face_id and fill_column_indicator corrections
*etc/NEWS: Correction for extend face and add some comments in the code.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 680ac038533..59237267f09 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -385,10 +385,11 @@ simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex'
385to 'completion-styles' or 'completion-category-overrides' to use it. 385to 'completion-styles' or 'completion-category-overrides' to use it.
386 386
387+++ 387+++
388** There is a new face attribute :extend to use the face attributes to 388** New face attribute ':extend' to control face extension at EOL.
389There is a new face attribute :extend to use the face attributes to
389extend after the end of the line until the end of the window. Such 390extend after the end of the line until the end of the window. Such
390:extend is set to nil by default in all faces except for `hl-line` and 391:extend is set to nil by default in all faces except for 'hl-line' and
391`region` because those extend until the end of the window by default. 392'region' because those extend until the end of the window by default.
392 393
393** Connection-local variables 394** Connection-local variables
394 395