From 97610156f40b64a933d9c4afa4767e2443527892 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 22 Feb 2011 23:08:12 -0800 Subject: Fix spelling of "precede". --- lisp/cedet/semantic/edit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/cedet/semantic/edit.el') diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el index ff4064195bf..f9fe4282188 100644 --- a/lisp/cedet/semantic/edit.el +++ b/lisp/cedet/semantic/edit.el @@ -427,7 +427,7 @@ See `semantic-edits-change-leaf-tag' for details on parents." ;; confirmed as the lineage of `overlapped-tags' ;; which must have a value by now. - ;; Loop over the search list to find the preceeding CDR. + ;; Loop over the search list to find the preceding CDR. ;; Fortunatly, (car overlapped-tags) happens to be ;; the first tag positionally. (let ((tokstart (semantic-tag-start (car overlapped-tags)))) @@ -875,7 +875,7 @@ pre-positioned to a convenient location." )) (message "To Remove Middle Tag: (%s)" (semantic-format-tag-name first))) - ;; Find in the cache the preceeding tag + ;; Find in the cache the preceding tag (while (and cachestart (not (eq first (car (cdr cachestart))))) (setq cachestart (cdr cachestart))) ;; Find the last tag -- cgit v1.2.1