]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/process.c (network_lookup_address_info_1): Quote function
authorRobert Pluim <rpluim@gmail.com>
Tue, 7 May 2024 15:12:22 +0000 (17:12 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 16 May 2024 08:21:44 +0000 (10:21 +0200)
(cherry picked from commit 161808ae94ec4e97b2499c9c24c28eaf53c7a972)

src/process.c

index 50d1968200da12d32e4d8116ca465bd930507d79..d716453631ead5adb838c5e03cb77badb7160e9f 100644 (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