emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a9c4994776f: ' Improve wording of compilation-error messages


From: Eli Zaretskii
Subject: master a9c4994776f: ' Improve wording of compilation-error messages
Date: Thu, 5 Oct 2023 04:02:10 -0400 (EDT)

branch: master
commit a9c4994776f21ba2880469739688c0718d1686c7
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ' 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]