emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101985: Fix a misleading widget mess


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101985: Fix a misleading widget message in the last checkin.
Date: Sat, 16 Oct 2010 20:05:20 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101985
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-16 20:05:20 -0400
message:
  Fix a misleading widget message in the last checkin.
modified:
  lisp/cus-theme.el
=== modified file 'lisp/cus-theme.el'
--- a/lisp/cus-theme.el 2010-10-17 00:00:34 +0000
+++ b/lisp/cus-theme.el 2010-10-17 00:05:20 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]