; * src/process.c (network_lookup_address_info_1): Quote function

This commit is contained in:
Robert Pluim 2024-05-07 17:12:22 +02:00
parent 45ebb66ccf
commit 161808ae94

View file

@ -4678,7 +4678,7 @@ network_lookup_address_info_1 (Lisp_Object host, const char *service,
int ret;
if (STRING_MULTIBYTE (host) && SBYTES (host) != SCHARS (host))
error ("Non-ASCII hostname %s detected, please use puny-encode-domain",
error ("Non-ASCII hostname %s detected, please use `puny-encode-domain'",
SSDATA (host));
#ifdef WINDOWSNT