summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2005-12-24 15:21:45 +0000
committerChong Yidong <cyd@stupidchicken.com>2005-12-24 15:21:45 +0000
commit087558eddb5b97de8604da304fbe807f67864cba (patch)
treea248b572710a9719ecd5bb8965a5b0bc5425bb9f /lisp/custom.el
parent414db883ed510bfce503bddf65fc6f4454196b1c (diff)
downloademacs-087558eddb5b97de8604da304fbe807f67864cba.tar.gz
* 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.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el17
1 files changed, 9 insertions, 8 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index 46ae85c1226..2ba45c147e2 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -637,14 +637,15 @@ 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'. 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 user has not customized the face; had he done that, the list would
-contain an entry for the `user' theme, too.
+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 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)