From: Eli Zaretskii Date: Thu, 5 Oct 2023 08:01:41 +0000 (+0300) Subject: ' Improve wording of compilation-error messages X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9c4994776f21ba2880469739688c0718d1686c7;p=emacs.git ' Improve wording of compilation-error messages * lisp/progmodes/compile.el (compilation-next-error): Improve wording of user-error text. (Bug#65713) --- 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.