Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6200ac6c
Commit
6200ac6c
authored
Nov 06, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(custom-comment-tag): Doc fix.
(custom-comment): Use face names sans -face suffix rather than aliases.
parent
ed778fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/cus-edit.el
lisp/cus-edit.el
+3
-3
No files found.
lisp/cus-edit.el
View file @
6200ac6c
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment