summaryrefslogtreecommitdiff
path: root/lisp/cus-theme.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-10-16 20:05:20 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-10-16 20:05:20 -0400
commit392f875a3b8fc71698ea16446863ba313650dae7 (patch)
treebb6a20e6ceae3961730108cf615915ec975d641f /lisp/cus-theme.el
parentb57a665db15e302ad3b3985ca201303463429e73 (diff)
downloademacs-392f875a3b8fc71698ea16446863ba313650dae7.tar.gz
emacs-392f875a3b8fc71698ea16446863ba313650dae7.tar.bz2
emacs-392f875a3b8fc71698ea16446863ba313650dae7.zip
Fix a misleading widget message in the last checkin.
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r--lisp/cus-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el
index 4ba44e7051b..e6e286f00fa 100644
--- a/lisp/cus-theme.el
+++ b/lisp/cus-theme.el
@@ -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)