]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fix (American spelling)
authorGlenn Morris <rgm@gnu.org>
Mon, 25 Jan 2016 23:26:42 +0000 (18:26 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 25 Jan 2016 23:26:42 +0000 (18:26 -0500)
lisp/progmodes/etags.el

index 271033b15f8b1c50132a5beac699dc84c204d57f..a2a0df2d6e1aee8b2ab8027de34d5069bad4527a 100644 (file)
@@ -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 '())