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/analyze.el | 2 +- lisp/cedet/semantic/complete.el | 2 +- lisp/cedet/semantic/edit.el | 4 ++-- lisp/cedet/semantic/format.el | 2 +- lisp/cedet/semantic/java.el | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lisp/cedet') diff --git a/lisp/cedet/semantic/analyze.el b/lisp/cedet/semantic/analyze.el index a6b8af5af28..2d4d551a1ad 100644 --- a/lisp/cedet/semantic/analyze.el +++ b/lisp/cedet/semantic/analyze.el @@ -101,7 +101,7 @@ Usually bound to the dimension of a single symbol or command.") :type list :documentation "List of tags defining local text. This can be nil, or a list where the last element can be a string -representing text that may be incomplete. Preceeding elements +representing text that may be incomplete. Preceding elements must be semantic tags representing variables or functions called in a dereference sequence.") (prefixclass :initarg :prefixclass diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index f9f7d4b8de7..13947970efd 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el @@ -1265,7 +1265,7 @@ inserted into the current context.") ;; generated by a collector. This format is in semanticdb search ;; form. This vaguely standard form is a bit challenging to navigate ;; because the tags do not contain buffer info, but the file associated -;; with the tags preceed the tag in the list. +;; with the tags precedes the tag in the list. ;; ;; Basic displayors don't care, and can strip the results. ;; Advanced highlighting displayors need to know when they need 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 diff --git a/lisp/cedet/semantic/format.el b/lisp/cedet/semantic/format.el index 86059de86fe..2f1bfdbed85 100644 --- a/lisp/cedet/semantic/format.el +++ b/lisp/cedet/semantic/format.el @@ -297,7 +297,7 @@ local definitions." (define-overloadable-function semantic-format-tag-canonical-name (tag &optional parent color) "Return a canonical name for TAG. -A canonical name includes the names of any parents or namespaces preceeding +A canonical name includes the names of any parents or namespaces preceding the tag. Optional argument PARENT is the parent type if TAG is a detail. Optional argument COLOR means highlight the prototype with font-lock colors.") diff --git a/lisp/cedet/semantic/java.el b/lisp/cedet/semantic/java.el index f0c6b44c102..53e3f14f6c6 100644 --- a/lisp/cedet/semantic/java.el +++ b/lisp/cedet/semantic/java.el @@ -257,7 +257,7 @@ Optional argument COLOR indicates that color should be mixed in." (define-mode-local-override semantic-documentation-for-tag java-mode (&optional tag nosnarf) "Find documentation from TAG and return it as a clean string. -Java have documentation set in a comment preceeding TAG's definition. +Java has documentation set in a comment preceding TAG's definition. Attempt to strip out comment syntactic sugar, unless optional argument NOSNARF is non-nil. If NOSNARF is 'lex, then return the semantic lex token." -- cgit v1.2.1