diff lisp/custom.el @ 67797:7bdbb812b2f9

* custom.el (custom-push-theme): Fix docstring. * cus-edit.el (custom-variable-set, custom-variable-save, custom-variable-save): Custom-quote widget values. (customize-save-variable): Fix custom-push-theme call.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 24 Dec 2005 15:21:45 +0000
parents 118df638c3ff
children 8eec4e57f170
line wrap: on
line diff
--- a/lisp/custom.el	Sat Dec 24 12:52:26 2005 +0000
+++ b/lisp/custom.el	Sat Dec 24 15:21:45 2005 +0000
@@ -637,14 +637,15 @@
    \(jonadab set underline)
    \(gnome2 set info-xref)
 
-The theme `subtle-hacker' says to use the same value for the variable as
-the theme `gnome2'.  The theme values set by each of these themes can be
-changed, but only the one defined by `subtle-hacker' takes effect, because
-the theme currently has the highest precedence.  To change the precedence
-of the themes, use `enable-theme'.
+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 user has not customized the face; had he done that, the list would
-contain an entry for the `user' theme, too.
+The user has not customized the variable; had he done that, the
+list would contain an entry for the `user' theme, too.
 
 See `custom-known-themes' for a list of known themes."
   (unless (or (eq prop 'theme-value)