diff options
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r-- | lisp/cus-theme.el | 2 |
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) |