From 87d7362c87966fe614c6cf52e0fc02e87ea2c147 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 19 Jan 2022 16:19:36 +0200 Subject: [PATCH] ; Minor fix in 'textsec-domain-suspicious-p' * lisp/international/textsec.el (textsec-domain-suspicious-p): Fix explanation string. --- lisp/international/textsec.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/textsec.el b/lisp/international/textsec.el index 394da44e9ab..ab1a742e464 100644 --- a/lisp/international/textsec.el +++ b/lisp/international/textsec.el @@ -246,7 +246,7 @@ or use certain other unusual mixtures of characters." (string char) char)))) domain) (unless (puny-highly-restrictive-domain-p domain) - (throw 'found "%s is not highly restrictive")) + (throw 'found (format "%s is not highly-restrictive" domain))) nil)) (defun textsec-local-address-suspicious-p (local) -- 2.39.2