From: Daniel Martín Date: Sun, 10 Apr 2022 12:31:36 +0000 (+0200) Subject: Fix typo in next-error-find-buffer-function X-Git-Tag: emacs-28.1.90~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=338eda09d88d83d408c0bba1448b1c9eabad2d02;p=emacs.git Fix typo in next-error-find-buffer-function * lisp/simple.el (next-error-find-buffer-function): Fix typo (bug#54830). --- diff --git a/lisp/simple.el b/lisp/simple.el index 1f606556b65..a8ca9600aff 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'.