mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(custom-comment-tag): Doc fix.
(custom-comment): Use face names sans -face suffix rather than aliases.
This commit is contained in:
parent
ed778fada5
commit
6200ac6cb5
1 changed files with 3 additions and 3 deletions
|
|
@ -2378,7 +2378,7 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"."
|
|||
(((class grayscale) (background dark))
|
||||
(:foreground "LightGray" :weight bold :slant italic))
|
||||
(t (:weight bold)))
|
||||
"Face used for variables or faces comment tags."
|
||||
"Face used for the comment tag on variables or faces."
|
||||
:group 'custom-faces)
|
||||
;; backward-compatibility alias
|
||||
(put 'custom-comment-tag-face 'face-alias 'custom-comment-tag)
|
||||
|
|
@ -2387,8 +2387,8 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"."
|
|||
"User comment."
|
||||
:tag "Comment"
|
||||
:help-echo "Edit a comment here."
|
||||
:sample-face 'custom-comment-tag-face
|
||||
:value-face 'custom-comment-face
|
||||
:sample-face 'custom-comment-tag
|
||||
:value-face 'custom-comment
|
||||
:shown nil
|
||||
:create 'custom-comment-create)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue