]> git.eshelyaron.com Git - emacs.git/commitdiff
' Improve wording of compilation-error messages
authorEli Zaretskii <eliz@gnu.org>
Thu, 5 Oct 2023 08:01:41 +0000 (11:01 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 5 Oct 2023 08:01:41 +0000 (11:01 +0300)
* lisp/progmodes/compile.el (compilation-next-error): Improve
wording of user-error text.  (Bug#65713)

lisp/progmodes/compile.el

index f85cc0909ddbec1659f704b33fdba48d82af873f..4cf624761484b8fc00a27d6576c518a641e12d88 100644 (file)
@@ -2721,7 +2721,7 @@ looking for the next message."
          (compilation-loop > compilation-next-single-property-change 1-
                            (if (get-buffer-process (current-buffer))
                                "No more %ss yet"
-                             "Moved past last %s")
+                             "Past last %s")
                            (point-max))
        ;; Don't move "back" to message at or before point.
        ;; Pass an explicit (point-min) to make sure pt is non-nil.