comparison lisp/custom.el @ 67798:8eec4e57f170

* custom.el (custom-push-theme): Fix docstring.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 24 Dec 2005 15:22:47 +0000
parents 7bdbb812b2f9
children 6130ad6751ca
comparison
equal deleted inserted replaced
67797:7bdbb812b2f9 67798:8eec4e57f170
635 635
636 \((subtle-hacker reset gnome2) 636 \((subtle-hacker reset gnome2)
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.
649 649
650 See `custom-known-themes' for a list of known themes." 650 See `custom-known-themes' for a list of known themes."