1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(describe-face): Capitalize "not documented" message.

This commit is contained in:
Juanma Barranquero 2002-06-27 07:14:52 +00:00
parent 6cf1bebcc0
commit f79f9fb2cf

View File

@ -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