Fix typo in next-error-find-buffer-function
* lisp/simple.el (next-error-find-buffer-function): Fix typo (bug#54830).
This commit is contained in:
parent
b385fd0b88
commit
338eda09d8
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ rejected, and the function returns nil."
|
||||||
|
|
||||||
(defcustom next-error-find-buffer-function #'ignore
|
(defcustom next-error-find-buffer-function #'ignore
|
||||||
"Function called to find a `next-error' capable buffer.
|
"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
|
`next-error-find-buffer', and should return the buffer to be
|
||||||
used by the subsequent invocation of the command `next-error'
|
used by the subsequent invocation of the command `next-error'
|
||||||
and `previous-error'.
|
and `previous-error'.
|
||||||
|
|
Loading…
Add table
Reference in a new issue