From 87306bdab8d433a7fc0ee802a64b060ec5dd9dcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= Date: Sun, 10 Apr 2022 01:08:25 +0200 Subject: [PATCH] Fix typo in next-error-find-buffer-function * lisp/simple.el (next-error-find-buffer-function): Fix typo. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index eb65701803..17408e1a91 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -222,7 +222,7 @@ next-error-buffer-p (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'. -- 2.34.1