]> git.eshelyaron.com Git - emacs.git/commitdiff
Add an example to the display-supports-face-attributes-p doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 6 Nov 2021 17:52:30 +0000 (18:52 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 6 Nov 2021 17:55:34 +0000 (18:55 +0100)
* src/xfaces.c (Fdisplay_supports_face_attributes_p): Add an example.

src/xfaces.c

index 22f37222c38c9456717b3193d0e1d06cace2c232..a8cbf347904ca1e452f4f995b8e97601be5128f1 100644 (file)
@@ -5373,6 +5373,10 @@ DEFUN ("display-supports-face-attributes-p",
 The optional argument DISPLAY can be a display name, a frame, or
 nil (meaning the selected frame's display).
 
+For instance, to check whether the display supports underlining:
+
+  (display-supports-face-attributes-p \\='(:underline t))
+
 The definition of `supported' is somewhat heuristic, but basically means
 that a face containing all the attributes in ATTRIBUTES, when merged
 with the default face for display, can be represented in a way that's