diff options
| author | Joakim Verona | 2011-11-03 21:32:26 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-11-03 21:32:26 +0100 |
| commit | 85a3fca5206d1a2bc466cdb5d8817e1bf69b8820 (patch) | |
| tree | 191926a8d28bd511073c07eb601de3687dc1d806 /lisp/cedet/semantic/java.el | |
| parent | 2e82ad10d1adbfd6fafe57d0c598912580f7ef67 (diff) | |
| parent | 07a79ce4b45709f043dae5b905fd3268a242e106 (diff) | |
| download | emacs-85a3fca5206d1a2bc466cdb5d8817e1bf69b8820.tar.gz emacs-85a3fca5206d1a2bc466cdb5d8817e1bf69b8820.zip | |
upstream
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 71a205386db..c3075634242 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 has documentation set in a comment preceding TAG's definition. | 259 | Java have 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." |