diff options
| author | Richard M. Stallman | 1997-06-27 06:09:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-27 06:09:07 +0000 |
| commit | 1e85093646e2b7745d938d5e8eb7a7b4a594d299 (patch) | |
| tree | d959714d5480f60f8562fc784b21c710d22b46c9 | |
| parent | d4b8422faf9bd0a39ef0ed66ae069bcc0a3331c7 (diff) | |
| download | emacs-1e85093646e2b7745d938d5e8eb7a7b4a594d299.tar.gz emacs-1e85093646e2b7745d938d5e8eb7a7b4a594d299.zip | |
(custom-magic-alist): Update messages for `modified' and `set' states.
| -rw-r--r-- | lisp/cus-edit.el | 8 |
1 files changed, 4 insertions, 4 deletions
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.") | |||
| 1271 | (invalid "x" custom-invalid-face "\ | 1271 | (invalid "x" custom-invalid-face "\ |
| 1272 | the value displayed for this %c is invalid and cannot be set.") | 1272 | the value displayed for this %c is invalid and cannot be set.") |
| 1273 | (modified "*" custom-modified-face "\ | 1273 | (modified "*" custom-modified-face "\ |
| 1274 | you have edited the value, and can now set the %c." "\ | 1274 | you have edited the value as text, but you have not set the %c." "\ |
| 1275 | you have edited something in this group, and can now set it.") | 1275 | you have edited something in this group, but not set it.") |
| 1276 | (set "+" custom-set-face "\ | 1276 | (set "+" custom-set-face "\ |
| 1277 | you have set this %c, but not saved it." "\ | 1277 | you have set this %c, but not saved it for future sessions." "\ |
| 1278 | something in this group has been set, but not yet saved.") | 1278 | something in this group has been set, but not saved.") |
| 1279 | (changed ":" custom-changed-face "\ | 1279 | (changed ":" custom-changed-face "\ |
| 1280 | this %c has been changed outside the customize buffer." "\ | 1280 | this %c has been changed outside the customize buffer." "\ |
| 1281 | something in this group has been changed outside customize.") | 1281 | something in this group has been changed outside customize.") |