]> code.delx.au - gnu-emacs/blobdiff - test/manual/etags/el-src/emacs/lisp/progmodes/etags.el
-
[gnu-emacs] / test / manual / etags / el-src / emacs / lisp / progmodes / etags.el
index 6c28ba35a4c8c15a747461e7c5a09fdc30eebe02..5d28657e28ba15e6d7824e980744368d22360da4 100644 (file)
@@ -2094,7 +2094,7 @@ for \\[find-tag] (which see)."
     (`apropos (etags--xref-find-definitions id 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 '())