]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/tag.el
Don't quote symbols 'like-this' in docstrings etc.
[gnu-emacs] / lisp / cedet / semantic / tag.el
index 545ca914d19793a208856aa7698c73b9f1d8c2ef..6c6616d7009be274727aad4421de9aef91562790 100644 (file)
@@ -95,7 +95,7 @@ print statement."
 
 (defsubst semantic-tag-class (tag)
   "Return the class of TAG.
-That is, the symbol 'variable, 'function, 'type, or other.
+This is a symbol like `variable', `function', or `type'.
 There is no limit to the symbols that may represent the class of a tag.
 Each parser generates tags with classes defined by it.