; Spelling fix (American spelling)
This commit is contained in:
parent
9dec01d291
commit
55af3497d1
1 changed files with 1 additions and 1 deletions
|
@ -2100,7 +2100,7 @@ for \\[find-tag] (which see)."
|
|||
(etags--xref-find-definitions symbol t))
|
||||
|
||||
(defun etags--xref-find-definitions (pattern &optional regexp?)
|
||||
;; This emulates the behaviour of `find-tag-in-order' but instead of
|
||||
;; This emulates the behavior of `find-tag-in-order' but instead of
|
||||
;; returning one match at a time all matches are returned as list.
|
||||
;; NOTE: find-tag-tag-order is typically a buffer-local variable.
|
||||
(let* ((xrefs '())
|
||||
|
|
Loading…
Add table
Reference in a new issue