aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorJuanma Barranquero2002-06-27 07:14:52 +0000
committerJuanma Barranquero2002-06-27 07:14:52 +0000
commitf79f9fb2cff409db128f553fe0dcaad493194c8e (patch)
tree11a1fe7c1c3b13236374e61c112427e962e6b2b6 /lisp/faces.el
parent6cf1bebcc002311c5f5823017fe3f966fdb56c0e (diff)
downloademacs-f79f9fb2cff409db128f553fe0dcaad493194c8e.tar.gz
emacs-f79f9fb2cff409db128f553fe0dcaad493194c8e.zip
(describe-face): Capitalize "not documented" message.
Diffstat (limited to 'lisp/faces.el')
-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