* cus-edit.el (custom-magic-alist): Fix "themed" description.
authorChong Yidong <cyd@gnu.org>
Wed, 18 Dec 2013 08:58:22 +0000 (16:58 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 18 Dec 2013 08:58:22 +0000 (16:58 +0800)
Fixes: debbugs:14348

lisp/ChangeLog
lisp/cus-edit.el

index b4d4eca..dd84a88 100644 (file)
@@ -1,5 +1,8 @@
 2013-12-18  Chong Yidong  <cyd@gnu.org>
 
+       * cus-edit.el (custom-magic-alist): Fix "themed" description
+       (Bug#14348).
+
        * custom.el (custom-push-theme): If custom--inhibit-theme-enable
        is non-nil, do not create a new entry in the symbol's theme-value
        or theme-face property; update theme-settings only (Bug#14664).
index 176440f..7f0f455 100644 (file)
@@ -1931,7 +1931,7 @@ SAVED and set." "\
 something in this group has been set and saved.")
     (themed "o" custom-themed "\
 THEMED." "\
-visible group members are all at standard values.")
+visible group members are set by enabled themes.")
     (rogue "@" custom-rogue "\
 NO CUSTOMIZATION DATA; not intended to be customized." "\
 something in this group is not prepared for customization.")
@@ -1961,6 +1961,8 @@ STATE is one of the following symbols:
    This item is marked for saving.
 `rogue'
    This item has no customization information.
+`themed'
+   This item was set by an enabled Custom theme.
 `standard'
    This item is unchanged from the standard setting.