Skip to content

Commit

Permalink
(custom-magic-alist): Update messages for modified' and set' states.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Jun 27, 1997
1 parent f2cc1cd commit 2f83001
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lisp/cus-edit.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 2f83001

Please sign in to comment.