Mercurial > emacs
changeset 18462:0e65e5074881
(custom-magic-alist): Update messages for `modified' and `set' states.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 27 Jun 1997 06:09:07 +0000 |
parents | 35976f73432d |
children | 4f630b3e8f43 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Fri Jun 27 06:04:19 1997 +0000 +++ b/lisp/cus-edit.el Fri Jun 27 06:09:07 1997 +0000 @@ -1271,11 +1271,11 @@ (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.")