[PATCH] lisp/simple.el: Fix typo

Mario Rosell <[email protected]>
Newsgroups gmane.emacs.devel
Message-ID <[email protected]>
(next-error-internal) => "Current locus from ..." to "Current focus from
...".
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index fd9ba28c762..c9c04ad0fa9 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -393,7 +393,7 @@ next-error-internal
       (next-error-found buffer (current-buffer))
       (when (or next-error-verbose
                 (not (eq prev next-error-last-buffer)))
-        (message "Current locus from %s" next-error-last-buffer)))))
+        (message "Current focus from %s" next-error-last-buffer)))))
 
 (defun next-error-quit-window (from-buffer to-buffer)
   "Quit window of FROM-BUFFER when the prefix arg is 0.
-- 
2.54.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.