]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lread.c (maybe_swap_for_eln): Clarify warning message.
authorEli Zaretskii <eliz@gnu.org>
Thu, 14 Mar 2024 19:08:36 +0000 (21:08 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 18 Mar 2024 15:39:38 +0000 (16:39 +0100)
(cherry picked from commit b708e639d63f488a98c7416866665c16730b9e8f)

src/lread.c

index 49683d02401e555cbc9643c478dfb9deb4b39e38..1cb941e84fcb0925594388f2ddcfd745b0e37060 100644 (file)
@@ -1950,9 +1950,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;