# HG changeset patch # User Chong Yidong # Date 1287273920 14400 # Node ID 9d2f59f15c3e97e396193debfb5069a8fe451a1d # Parent 615617bd614d0cef712cdc13c9cc821d674cd51b Fix a misleading widget message in the last checkin. diff -r 615617bd614d -r 9d2f59f15c3e lisp/cus-theme.el --- a/lisp/cus-theme.el Sun Oct 17 00:04:06 2010 +0000 +++ b/lisp/cus-theme.el Sat Oct 16 20:05:20 2010 -0400 @@ -147,7 +147,7 @@ (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)