diff options
| author | Glenn Morris | 2011-02-22 23:08:12 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-22 23:08:12 -0800 |
| commit | 97610156f40b64a933d9c4afa4767e2443527892 (patch) | |
| tree | 2af012a0c8f4817f30d3efa9e1dc5c26406f797a /lisp/cedet/semantic/java.el | |
| parent | 61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (diff) | |
| download | emacs-97610156f40b64a933d9c4afa4767e2443527892.tar.gz emacs-97610156f40b64a933d9c4afa4767e2443527892.zip | |
Fix spelling of "precede".
Diffstat (limited to 'lisp/cedet/semantic/java.el')
| -rw-r--r-- | lisp/cedet/semantic/java.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 257 | (define-mode-local-override semantic-documentation-for-tag | 257 | (define-mode-local-override semantic-documentation-for-tag |
| 258 | java-mode (&optional tag nosnarf) | 258 | java-mode (&optional tag nosnarf) |
| 259 | "Find documentation from TAG and return it as a clean string. | 259 | "Find documentation from TAG and return it as a clean string. |
| 260 | Java have documentation set in a comment preceeding TAG's definition. | 260 | Java has documentation set in a comment preceding TAG's definition. |
| 261 | Attempt to strip out comment syntactic sugar, unless optional argument | 261 | Attempt to strip out comment syntactic sugar, unless optional argument |
| 262 | NOSNARF is non-nil. | 262 | NOSNARF is non-nil. |
| 263 | If NOSNARF is 'lex, then return the semantic lex token." | 263 | If NOSNARF is 'lex, then return the semantic lex token." |