diff options
| author | Glenn Morris | 2007-04-25 04:45:59 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-04-25 04:45:59 +0000 |
| commit | 5cdd251c3d4d32f49a0b1571fd33cacd3f0ddc68 (patch) | |
| tree | 1612e9b90380e0a632a31c520db9e4176926ced3 | |
| parent | 89dfa103e377e7426ca7029eaa264a05d7ea74fa (diff) | |
| download | emacs-5cdd251c3d4d32f49a0b1571fd33cacd3f0ddc68.tar.gz emacs-5cdd251c3d4d32f49a0b1571fd33cacd3f0ddc68.zip | |
Johan Bockg� <bojohan at dd.chalmers.se>:
(defface): Doc fix.
| -rw-r--r-- | lisp/custom.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index d53951793d2..f5028ddc0d5 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -331,7 +331,7 @@ For a list of valid keywords, see the common keywords listed in | |||
| 331 | 331 | ||
| 332 | SPEC should be an alist of the form ((DISPLAY ATTS)...). | 332 | SPEC should be an alist of the form ((DISPLAY ATTS)...). |
| 333 | 333 | ||
| 334 | In the first element, DISPLAY can be :default. The ATTS in that | 334 | In the first element, DISPLAY can be `default'. The ATTS in that |
| 335 | element then act as defaults for all the following elements. | 335 | element then act as defaults for all the following elements. |
| 336 | 336 | ||
| 337 | Aside from that, DISPLAY specifies conditions to match some or | 337 | 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 | |||
| 341 | elements are ignored, on that frame. | 341 | elements are ignored, on that frame. |
| 342 | 342 | ||
| 343 | In the last element, DISPLAY can be t. That element applies to a | 343 | In the last element, DISPLAY can be t. That element applies to a |
| 344 | frame if none of the previous elements (except the :default if | 344 | frame if none of the previous elements (except the `default' if |
| 345 | any) did. | 345 | any) did. |
| 346 | 346 | ||
| 347 | ATTS is a list of face attributes followed by their values: | 347 | ATTS is a list of face attributes followed by their values: |
| @@ -351,7 +351,7 @@ The possible attributes are `:family', `:width', `:height', `:weight', | |||
| 351 | `:slant', `:underline', `:overline', `:strike-through', `:box', | 351 | `:slant', `:underline', `:overline', `:strike-through', `:box', |
| 352 | `:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'. | 352 | `:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'. |
| 353 | 353 | ||
| 354 | DISPLAY can be `:default' (only in the first element), the symbol | 354 | DISPLAY can be `default' (only in the first element), the symbol |
| 355 | t (only in the last element) to match all frames, or an alist of | 355 | t (only in the last element) to match all frames, or an alist of |
| 356 | conditions of the form \(REQ ITEM...). For such an alist to | 356 | conditions of the form \(REQ ITEM...). For such an alist to |
| 357 | match a frame, each of the conditions must be satisfied, meaning | 357 | match a frame, each of the conditions must be satisfied, meaning |