From 392f875a3b8fc71698ea16446863ba313650dae7 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 16 Oct 2010 20:05:20 -0400 Subject: [PATCH] Fix a misleading widget message in the last checkin. --- lisp/cus-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2