]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/java.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / cedet / semantic / java.el
index fc02d034dcac65b6f18300674823c5f60b0e37c6..829eafae37a717e9ed022441eaeef7b278e1b4f7 100644 (file)
@@ -369,7 +369,7 @@ That is @NAME."
 
 (defsubst semantic-java-doc-tag-name (tag)
   "Return name of the doc TAG symbol.
-That is TAG `symbol-name' without the leading ‘@’."
+That is TAG `symbol-name' without the leading `@'."
   (substring (symbol-name tag) 1))
 
 (defun semantic-java-doc-keyword-before-p (k1 k2)