Mercurial > emacs
changeset 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 | 777686a58a18 |
files | lisp/custom.el |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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.