From: Eli Zaretskii Date: Thu, 14 Mar 2024 19:08:36 +0000 (+0200) Subject: ; * src/lread.c (maybe_swap_for_eln): Clarify warning message. X-Git-Tag: archive/raspbian/1%29.4+1-4+rpi1~1^2~2^2~18^2~27 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b708e639d63f488a98c7416866665c16730b9e8f;p=emacs.git ; * src/lread.c (maybe_swap_for_eln): Clarify warning message. --- diff --git a/src/lread.c b/src/lread.c index 451f699e27d..7574e45f3dd 100644 --- a/src/lread.c +++ b/src/lread.c @@ -1745,9 +1745,9 @@ maybe_swap_for_eln (bool no_native, Lisp_Object *filename, int *fd, = Fcons (list2 (Qcomp, CALLN (Fformat, - build_string ("Cannot look up eln " - "file as no source file " - "was found for %s"), + build_string ("Cannot look up .eln file " + "for %s because no source " + "file was found for it"), *filename)), Vdelayed_warnings_list); return;