]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in next-error-find-buffer-function
authorDaniel Martín <mardani29@yahoo.es>
Sun, 10 Apr 2022 12:31:36 +0000 (14:31 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 10 Apr 2022 12:31:36 +0000 (14:31 +0200)
* lisp/simple.el (next-error-find-buffer-function): Fix typo
(bug#54830).

lisp/simple.el

index 1f606556b6595f9b7099cbac0d2467e252b487ed..a8ca9600aff285bed3e64a23b2dd706459b1895c 100644 (file)
@@ -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'.