From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/displaying-faces.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 devdocs/elisp/displaying-faces.html (limited to 'devdocs/elisp/displaying-faces.html') diff --git a/devdocs/elisp/displaying-faces.html b/devdocs/elisp/displaying-faces.html deleted file mode 100644 index db1f287c..00000000 --- a/devdocs/elisp/displaying-faces.html +++ /dev/null @@ -1,13 +0,0 @@ -

Displaying Faces

When Emacs displays a given piece of text, the visual appearance of the text may be determined by faces drawn from different sources. If these various sources together specify more than one face for a particular character, Emacs merges the attributes of the various faces. Here is the order in which Emacs merges the faces, from highest to lowest priority:

At each stage, if a face has a valid :inherit attribute, Emacs treats any attribute with an unspecified value as having the corresponding value drawn from the parent face(s). see Face Attributes. Note that the parent face(s) may also leave the attribute unspecified; in that case, the attribute remains unspecified at the next level of face merging.

-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Displaying-Faces.html -

-
-- cgit v1.2.3