]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/java.el
* srecode.el:
[gnu-emacs] / lisp / cedet / semantic / java.el
index 71a205386db8eaeb9b7db43dd553c28d5d576d65..c3075634242bb4e3658ebdc351810d6baeff02b5 100644 (file)
@@ -256,7 +256,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 has documentation set in a comment preceding TAG's definition.
+Java have 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."