diff options
| author | Stefan Monnier | 2011-03-06 16:22:16 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-03-06 16:22:16 -0500 |
| commit | 0d6459dfb52188481bfd6bb53f1b2f653ecd6a5d (patch) | |
| tree | 306b87fc2903ad23343f3c84be1cccfa72e5a97e /lisp/cedet | |
| parent | 798cb64441228d473f7bdd213183c70fb582595c (diff) | |
| parent | 892777baa1739fa5f1f2d1c2975488c3e6f57bae (diff) | |
| download | emacs-0d6459dfb52188481bfd6bb53f1b2f653ecd6a5d.tar.gz emacs-0d6459dfb52188481bfd6bb53f1b2f653ecd6a5d.zip | |
Merge from trunk
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/semantic/analyze.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/complete.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/edit.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/format.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/java.el | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/lisp/cedet/semantic/analyze.el b/lisp/cedet/semantic/analyze.el index 8a0fbd5cc37..5cdd1577a6e 100644 --- a/lisp/cedet/semantic/analyze.el +++ b/lisp/cedet/semantic/analyze.el | |||
| @@ -100,7 +100,7 @@ Usually bound to the dimension of a single symbol or command.") | |||
| 100 | :type list | 100 | :type list |
| 101 | :documentation "List of tags defining local text. | 101 | :documentation "List of tags defining local text. |
| 102 | This can be nil, or a list where the last element can be a string | 102 | This can be nil, or a list where the last element can be a string |
| 103 | representing text that may be incomplete. Preceeding elements | 103 | representing text that may be incomplete. Preceding elements |
| 104 | must be semantic tags representing variables or functions | 104 | must be semantic tags representing variables or functions |
| 105 | called in a dereference sequence.") | 105 | called in a dereference sequence.") |
| 106 | (prefixclass :initarg :prefixclass | 106 | (prefixclass :initarg :prefixclass |
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index 31e92724a00..47cb722e005 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el | |||
| @@ -1264,7 +1264,7 @@ inserted into the current context.") | |||
| 1264 | ;; generated by a collector. This format is in semanticdb search | 1264 | ;; generated by a collector. This format is in semanticdb search |
| 1265 | ;; form. This vaguely standard form is a bit challenging to navigate | 1265 | ;; form. This vaguely standard form is a bit challenging to navigate |
| 1266 | ;; because the tags do not contain buffer info, but the file associated | 1266 | ;; because the tags do not contain buffer info, but the file associated |
| 1267 | ;; with the tags preceed the tag in the list. | 1267 | ;; with the tags precedes the tag in the list. |
| 1268 | ;; | 1268 | ;; |
| 1269 | ;; Basic displayors don't care, and can strip the results. | 1269 | ;; Basic displayors don't care, and can strip the results. |
| 1270 | ;; Advanced highlighting displayors need to know when they need | 1270 | ;; Advanced highlighting displayors need to know when they need |
diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el index ef206fd3122..7f7e82a95c2 100644 --- a/lisp/cedet/semantic/edit.el +++ b/lisp/cedet/semantic/edit.el | |||
| @@ -426,7 +426,7 @@ See `semantic-edits-change-leaf-tag' for details on parents." | |||
| 426 | ;; confirmed as the lineage of `overlapped-tags' | 426 | ;; confirmed as the lineage of `overlapped-tags' |
| 427 | ;; which must have a value by now. | 427 | ;; which must have a value by now. |
| 428 | 428 | ||
| 429 | ;; Loop over the search list to find the preceeding CDR. | 429 | ;; Loop over the search list to find the preceding CDR. |
| 430 | ;; Fortunatly, (car overlapped-tags) happens to be | 430 | ;; Fortunatly, (car overlapped-tags) happens to be |
| 431 | ;; the first tag positionally. | 431 | ;; the first tag positionally. |
| 432 | (let ((tokstart (semantic-tag-start (car overlapped-tags)))) | 432 | (let ((tokstart (semantic-tag-start (car overlapped-tags)))) |
| @@ -874,7 +874,7 @@ pre-positioned to a convenient location." | |||
| 874 | )) | 874 | )) |
| 875 | (message "To Remove Middle Tag: (%s)" | 875 | (message "To Remove Middle Tag: (%s)" |
| 876 | (semantic-format-tag-name first))) | 876 | (semantic-format-tag-name first))) |
| 877 | ;; Find in the cache the preceeding tag | 877 | ;; Find in the cache the preceding tag |
| 878 | (while (and cachestart (not (eq first (car (cdr cachestart))))) | 878 | (while (and cachestart (not (eq first (car (cdr cachestart))))) |
| 879 | (setq cachestart (cdr cachestart))) | 879 | (setq cachestart (cdr cachestart))) |
| 880 | ;; Find the last tag | 880 | ;; Find the last tag |
diff --git a/lisp/cedet/semantic/format.el b/lisp/cedet/semantic/format.el index ecd03ccec73..fa6e7517624 100644 --- a/lisp/cedet/semantic/format.el +++ b/lisp/cedet/semantic/format.el | |||
| @@ -296,7 +296,7 @@ local definitions." | |||
| 296 | 296 | ||
| 297 | (define-overloadable-function semantic-format-tag-canonical-name (tag &optional parent color) | 297 | (define-overloadable-function semantic-format-tag-canonical-name (tag &optional parent color) |
| 298 | "Return a canonical name for TAG. | 298 | "Return a canonical name for TAG. |
| 299 | A canonical name includes the names of any parents or namespaces preceeding | 299 | A canonical name includes the names of any parents or namespaces preceding |
| 300 | the tag. | 300 | the tag. |
| 301 | Optional argument PARENT is the parent type if TAG is a detail. | 301 | Optional argument PARENT is the parent type if TAG is a detail. |
| 302 | Optional argument COLOR means highlight the prototype with font-lock colors.") | 302 | 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 4489d0ffae5..71a205386db 100644 --- a/lisp/cedet/semantic/java.el +++ b/lisp/cedet/semantic/java.el | |||
| @@ -256,7 +256,7 @@ Optional argument COLOR indicates that color should be mixed in." | |||
| 256 | (define-mode-local-override semantic-documentation-for-tag | 256 | (define-mode-local-override semantic-documentation-for-tag |
| 257 | java-mode (&optional tag nosnarf) | 257 | java-mode (&optional tag nosnarf) |
| 258 | "Find documentation from TAG and return it as a clean string. | 258 | "Find documentation from TAG and return it as a clean string. |
| 259 | Java have documentation set in a comment preceeding TAG's definition. | 259 | Java has documentation set in a comment preceding TAG's definition. |
| 260 | Attempt to strip out comment syntactic sugar, unless optional argument | 260 | Attempt to strip out comment syntactic sugar, unless optional argument |
| 261 | NOSNARF is non-nil. | 261 | NOSNARF is non-nil. |
| 262 | If NOSNARF is 'lex, then return the semantic lex token." | 262 | If NOSNARF is 'lex, then return the semantic lex token." |