aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 3e4d44709b2..9dfb88dbd9b 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1245,7 +1245,7 @@ If FRAME is omitted or nil, use the selected frame."
1245 (princ (concat " (" customize-label ")\n")) 1245 (princ (concat " (" customize-label ")\n"))
1246 (insert "Documentation: " 1246 (insert "Documentation: "
1247 (or (face-documentation f) 1247 (or (face-documentation f)
1248 "not documented as a face.") 1248 "Not documented as a face.")
1249 "\n\n") 1249 "\n\n")
1250 (with-current-buffer standard-output 1250 (with-current-buffer standard-output
1251 (save-excursion 1251 (save-excursion