emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 55af349: ; Spelling fix (American spelling)


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 55af349: ; Spelling fix (American spelling)
Date: Mon, 25 Jan 2016 23:26:57 +0000

branch: emacs-25
commit 55af3497d12048dd6e28167d6680472401674a8b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; Spelling fix (American spelling)
---
 lisp/progmodes/etags.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 271033b..a2a0df2 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 '())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]