Fix a misleading widget message in the last checkin.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 17 Oct 2010 00:05:20 +0000 (20:05 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 17 Oct 2010 00:05:20 +0000 (20:05 -0400)
lisp/cus-theme.el

index 4ba44e7..e6e286f 100644 (file)
@@ -147,7 +147,7 @@ remove them from your saved Custom file.\n\n"))
                               (widget-toggle-action widget event)
                               (setq custom-theme--migrate-settings
                                     (widget-value widget)))))
-    (widget-insert (propertize " Remove these settings from the Custom save file."
+    (widget-insert (propertize " Remove saved theme settings from Custom save file."
                               'face '(variable-pitch (:height 0.9)))))
 
   (let (vars values faces face-specs)