From a9c4994776f21ba2880469739688c0718d1686c7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 5 Oct 2023 11:01:41 +0300 Subject: [PATCH] ' Improve wording of compilation-error messages * lisp/progmodes/compile.el (compilation-next-error): Improve wording of user-error text. (Bug#65713) --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index f85cc0909dd..4cf62476148 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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.