From: Juanma Barranquero Date: Thu, 27 Jun 2002 07:14:52 +0000 (+0000) Subject: (describe-face): Capitalize "not documented" message. X-Git-Tag: ttn-vms-21-2-B4~14423 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f79f9fb2cff409db128f553fe0dcaad493194c8e;p=emacs.git (describe-face): Capitalize "not documented" message. --- 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." (princ (concat " (" customize-label ")\n")) (insert "Documentation: " (or (face-documentation f) - "not documented as a face.") + "Not documented as a face.") "\n\n") (with-current-buffer standard-output (save-excursion