From: Glenn Morris Date: Mon, 25 Jan 2016 23:26:42 +0000 (-0500) Subject: ; Spelling fix (American spelling) X-Git-Tag: emacs-25.0.90~45 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55af3497d12048dd6e28167d6680472401674a8b;p=emacs.git ; Spelling fix (American spelling) --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 271033b15f8..a2a0df2d6e1 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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 '())