]> git.eshelyaron.com Git - emacs.git/commitdiff
* custom.el (custom-push-theme): Fix docstring.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 24 Dec 2005 15:22:47 +0000 (15:22 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 24 Dec 2005 15:22:47 +0000 (15:22 +0000)
lisp/custom.el

index 2ba45c147e2535a807d9fb8c52bc68fca56342c6..df2488bda405c7beac89d9938171c414f69f467d 100644 (file)
@@ -637,12 +637,12 @@ set by three different themes.  Its `theme-value' property is:
    \(jonadab set underline)
    \(gnome2 set info-xref)
 
-The theme `subtle-hacker' says to use the same value for the
-variable as the theme `gnome2'.  Therefore, the theme value of
-the variable is `info-xref'.  The theme value defined by
-`subtle-hacker' is in effect, because that theme currently has
-the highest precedence.  To change the precedence of the themes,
-use `enable-theme'.
+The theme value defined by `subtle-hacker' is in effect, because
+that theme currently has the highest precedence.  The theme
+`subtle-hacker' says to use the same value for the variable as
+the theme `gnome2'.  Therefore, the theme value of the variable
+is `info-xref'.  To change the precedence of the themes, use
+`enable-theme'.
 
 The user has not customized the variable; had he done that, the
 list would contain an entry for the `user' theme, too.