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:
parent
6cf1bebcc0
commit
f79f9fb2cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user