# HG changeset patch # User Chong Yidong # Date 1135437767 0 # Node ID 8eec4e57f1701993acba17b6397ceda851614055 # Parent 7bdbb812b2f98e5f43428274fb704d67cd030625 * custom.el (custom-push-theme): Fix docstring. diff -r 7bdbb812b2f9 -r 8eec4e57f170 lisp/custom.el --- a/lisp/custom.el Sat Dec 24 15:21:45 2005 +0000 +++ b/lisp/custom.el Sat Dec 24 15:22:47 2005 +0000 @@ -637,12 +637,12 @@ \(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.