From e1cd65fd53f3776c0c51b4d12a55c89a6b03be65 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 27 Jul 1994 00:35:18 +0000 Subject: [PATCH] (what-domain): Doc fix. --- lisp/mail/mail-extr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index fc84c3b4e3b..a10d64bc06c 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el @@ -1871,7 +1871,7 @@ If ADDRESS contains more than one RFC-822 address, only the first is ;;;###autoload (defun what-domain (domain) - "Convert mail domain to country tit corresponds to." + "Convert mail domain DOMAIN to the country it corresponds to." (interactive (let ((completion-ignore-case t)) (list (completing-read "Domain: " -- 2.39.5