diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-07-24 06:14:32 +0000 | 
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-07-24 06:14:32 +0000 | 
| commit | 44a1338aa483a34d0b9c30158239b3c43bfd9a21 (patch) | |
| tree | e52038e3161ed81f19b7b2eb74e5f850e8948794 /lisp/mail/mail-extr.el | |
| parent | 6fc6f94bb27d81ce743ba44eca99a4259176d96d (diff) | |
| download | emacs-44a1338aa483a34d0b9c30158239b3c43bfd9a21.tar.gz | |
(mail-extr-all-top-level-domains): Update a few long names.
Diffstat (limited to 'lisp/mail/mail-extr.el')
| -rw-r--r-- | lisp/mail/mail-extr.el | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index 06cd0b7cc75..fc84c3b4e3b 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el @@ -1797,7 +1797,7 @@ If ADDRESS contains more than one RFC-822 address, only the first is         ("cl" "Chile"		"The Republic of %s")         ("cn" "China"		"The People's Republic of %s")         ("co" "Columbia") -       ("com" t			"Commercial") +       ("com" t			"Commercial organizations (U.S.A.)")         ("cr" "Costa Rica"	"The Republic of %s")         ("cs" "Czechoslovakia")         ("de" "Germany") @@ -1805,7 +1805,7 @@ If ADDRESS contains more than one RFC-822 address, only the first is         ("dm" "Dominica")         ("do" "Dominican Republic"	"The %s")         ("ec" "Ecuador"		"The Republic of %s") -       ("edu" t			"Educational") +       ("edu" t			"Educational institutions (U.S.A.)")         ("eg" "Egypt"		"The Arab Republic of %s")         ("es" "Spain"		"The Kingdom of %s")         ("fi" "Finland"		"The Republic of %s") @@ -1837,7 +1837,7 @@ If ADDRESS contains more than one RFC-822 address, only the first is         ("nl" "Netherlands"	"The Kingdom of the %s")         ("no" "Norway"		"The Kingdom of %s")         ("nz" "New Zealand") -       ("org" t			"Organization") +       ("org" t			"Non-commercial organizations (U.S.A.)")         ("pe" "Peru")         ("pg" "Papua New Guinea")         ("ph" "Philippines"	"The Republic of the %s") @@ -1854,7 +1854,7 @@ If ADDRESS contains more than one RFC-822 address, only the first is         ("tr" "Turkey"		"The Republic of %s")         ("tt" "Trinidad and Tobago")         ("tw" "Taiwan") -       ("uk" "United Kingdom"	"The %s of Great Britain") +       ("uk" "United Kingdom"	"The %s of Great Britain and Northern Ireland")         ("unter-dom" t		"(something German)")         ("us" "U.S.A."		"The United States of America")         ("uucp" t		"Unix to Unix CoPy")  | 
