From: Richard M. Stallman Date: Fri, 27 Jun 1997 06:09:07 +0000 (+0000) Subject: (custom-magic-alist): Update messages for `modified' and `set' states. X-Git-Tag: emacs-20.1~1484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e85093646e2b7745d938d5e8eb7a7b4a594d299;p=emacs.git (custom-magic-alist): Update messages for `modified' and `set' states. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index a393a8a3021..d24167aaea0 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1271,11 +1271,11 @@ group now hidden, invoke \"Show\", above, to show contents.") (invalid "x" custom-invalid-face "\ the value displayed for this %c is invalid and cannot be set.") (modified "*" custom-modified-face "\ -you have edited the value, and can now set the %c." "\ -you have edited something in this group, and can now set it.") +you have edited the value as text, but you have not set the %c." "\ +you have edited something in this group, but not set it.") (set "+" custom-set-face "\ -you have set this %c, but not saved it." "\ -something in this group has been set, but not yet saved.") +you have set this %c, but not saved it for future sessions." "\ +something in this group has been set, but not saved.") (changed ":" custom-changed-face "\ this %c has been changed outside the customize buffer." "\ something in this group has been changed outside customize.")