Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ebdaed17
Commit
ebdaed17
authored
Apr 25, 2007
by
Glenn Morris
Browse files
Johan Bockg� <bojohan at dd.chalmers.se>:
(defface): Doc fix.
parent
d497fd17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/custom.el
lisp/custom.el
+3
-3
No files found.
lisp/custom.el
View file @
ebdaed17
...
...
@@ -331,7 +331,7 @@ For a list of valid keywords, see the common keywords listed in
SPEC should be an alist of the form ((DISPLAY ATTS)...).
In the first element, DISPLAY can be
:
default. The ATTS in that
In the first element, DISPLAY can be
`
default
'
. The ATTS in that
element then act as defaults for all the following elements.
Aside from that, DISPLAY specifies conditions to match some or
...
...
@@ -341,7 +341,7 @@ frame. The ATTRs in this element take effect, and the following
elements are ignored, on that frame.
In the last element, DISPLAY can be t. That element applies to a
frame if none of the previous elements (except the
:
default if
frame if none of the previous elements (except the
`
default
'
if
any) did.
ATTS is a list of face attributes followed by their values:
...
...
@@ -351,7 +351,7 @@ The possible attributes are `:family', `:width', `:height', `:weight',
`:slant', `:underline', `:overline', `:strike-through', `:box',
`:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'.
DISPLAY can be `
:
default' (only in the first element), the symbol
DISPLAY can be `default' (only in the first element), the symbol
t (only in the last element) to match all frames, or an alist of
conditions of the form \(REQ ITEM...). For such an alist to
match a frame, each of the conditions must be satisfied, meaning
...
...
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