diff options
author | Daniel MartÃn <mardani29@yahoo.es> | 2022-04-10 14:31:36 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-10 14:31:36 +0200 |
commit | 338eda09d88d83d408c0bba1448b1c9eabad2d02 (patch) | |
tree | f52e3f347e9cb4fb9f0a0b7797d91ff89abaa725 /lisp/simple.el | |
parent | b385fd0b880059f74d5c1409a08a9e1292b86e70 (diff) | |
download | emacs-338eda09d88d83d408c0bba1448b1c9eabad2d02.tar.gz emacs-338eda09d88d83d408c0bba1448b1c9eabad2d02.tar.bz2 emacs-338eda09d88d83d408c0bba1448b1c9eabad2d02.zip |
Fix typo in next-error-find-buffer-function
* lisp/simple.el (next-error-find-buffer-function): Fix typo
(bug#54830).
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'. |