aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2005-12-24 15:22:47 +0000
committerChong Yidong2005-12-24 15:22:47 +0000
commit6aab19aa5078ba2bbcb7bd3e819afafc60c59801 (patch)
tree6e36512a8f31ef65bebac5a604e8b66094229950
parentc5d290fb3bf885466a1f02161afbdec5131d38e6 (diff)
downloademacs-6aab19aa5078ba2bbcb7bd3e819afafc60c59801.tar.gz
emacs-6aab19aa5078ba2bbcb7bd3e819afafc60c59801.zip
* custom.el (custom-push-theme): Fix docstring.
-rw-r--r--lisp/custom.el12
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
640The theme `subtle-hacker' says to use the same value for the 640The theme value defined by `subtle-hacker' is in effect, because
641variable as the theme `gnome2'. Therefore, the theme value of 641that theme currently has the highest precedence. The theme
642the 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 643the theme `gnome2'. Therefore, the theme value of the variable
644the highest precedence. To change the precedence of the themes, 644is `info-xref'. To change the precedence of the themes, use
645use `enable-theme'. 645`enable-theme'.
646 646
647The user has not customized the variable; had he done that, the 647The user has not customized the variable; had he done that, the
648list would contain an entry for the `user' theme, too. 648list would contain an entry for the `user' theme, too.