diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/custom.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 2ba45c147e2..df2488bda40 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -637,12 +637,12 @@ set by three different themes. Its `theme-value' property is: | |||
| 637 | \(jonadab set underline) | 637 | \(jonadab set underline) |
| 638 | \(gnome2 set info-xref) | 638 | \(gnome2 set info-xref) |
| 639 | 639 | ||
| 640 | The theme `subtle-hacker' says to use the same value for the | 640 | The theme value defined by `subtle-hacker' is in effect, because |
| 641 | variable as the theme `gnome2'. Therefore, the theme value of | 641 | that theme currently has the highest precedence. The theme |
| 642 | the variable is `info-xref'. The theme value defined by | 642 | `subtle-hacker' says to use the same value for the variable as |
| 643 | `subtle-hacker' is in effect, because that theme currently has | 643 | the theme `gnome2'. Therefore, the theme value of the variable |
| 644 | the highest precedence. To change the precedence of the themes, | 644 | is `info-xref'. To change the precedence of the themes, use |
| 645 | use `enable-theme'. | 645 | `enable-theme'. |
| 646 | 646 | ||
| 647 | The user has not customized the variable; had he done that, the | 647 | The user has not customized the variable; had he done that, the |
| 648 | list would contain an entry for the `user' theme, too. | 648 | list would contain an entry for the `user' theme, too. |