From: Jimmy Aguilar Mena Date: Sun, 29 Sep 2019 19:41:00 +0000 (+0200) Subject: *etc/NEWS: Added comment about :extend face attribute in NEWS. X-Git-Tag: emacs-27.0.90~1077^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cf11eb2e80ec1e038654780c4833bea05ead05e;p=emacs.git *etc/NEWS: Added comment about :extend face attribute in NEWS. --- diff --git a/etc/NEWS b/etc/NEWS index 34925c1af7c..680ac038533 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -384,6 +384,12 @@ matches strings where the pattern appears as a subsequence. Put simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex' to 'completion-styles' or 'completion-category-overrides' to use it. ++++ +** There is a new face attribute :extend to use the face attributes to +extend after the end of the line until the end of the window. Such +:extend is set to nil by default in all faces except for `hl-line` and +`region` because those extend until the end of the window by default. + ** Connection-local variables +++