diff options
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index fd2788c240c..a7b93568f13 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1351,6 +1351,7 @@ If FRAME is omitted or nil, use the selected frame." (insert " undefined face.\n") (let ((customize-label "customize this face") file-name) + (insert (concat " (" (propertize "sample" 'font-lock-face f) ")")) (princ (concat " (" customize-label ")\n")) (insert "Documentation: " (or (face-documentation f) |