emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 338eda09d8: Fix typo in next-error-find-buffer-function


From: Lars Ingebrigtsen
Subject: emacs-28 338eda09d8: Fix typo in next-error-find-buffer-function
Date: Sun, 10 Apr 2022 08:32:04 -0400 (EDT)

branch: emacs-28
commit 338eda09d88d83d408c0bba1448b1c9eabad2d02
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo in next-error-find-buffer-function
    
    * lisp/simple.el (next-error-find-buffer-function): Fix typo
    (bug#54830).
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 1f606556b6..a8ca9600af 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -222,7 +222,7 @@ rejected, and the function returns nil."
 
 (defcustom next-error-find-buffer-function #'ignore
   "Function called to find a `next-error' capable buffer.
-This functions takes the same three arguments as the function
+This function takes the same three arguments as the function
 `next-error-find-buffer', and should return the buffer to be
 used by the subsequent invocation of the command `next-error'
 and `previous-error'.



reply via email to

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