From: Chong Yidong Date: Sun, 17 Oct 2010 00:05:20 +0000 (-0400) Subject: Fix a misleading widget message in the last checkin. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~579 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=392f875a3b8fc71698ea16446863ba313650dae7;p=emacs.git Fix a misleading widget message in the last checkin. --- 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)