' Improve wording of compilation-error messages
* lisp/progmodes/compile.el (compilation-next-error): Improve wording of user-error text. (Bug#65713)
This commit is contained in:
parent
60f3e9f5c9
commit
a9c4994776
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue