diff options
Diffstat (limited to 'lisp/cedet/semantic/analyze.el')
-rw-r--r-- | lisp/cedet/semantic/analyze.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/analyze.el b/lisp/cedet/semantic/analyze.el index 6851ad556a7..d3cbe610a79 100644 --- a/lisp/cedet/semantic/analyze.el +++ b/lisp/cedet/semantic/analyze.el @@ -356,7 +356,7 @@ This function knows of flags: (defun semantic-analyze-find-tag (name &optional tagclass scope) "Return the first tag found with NAME or nil if not found. Optional argument TAGCLASS specifies the class of tag to return, -such as 'function or 'variable. +such as `function' or `variable'. Optional argument SCOPE specifies a scope object which has additional tags which are in SCOPE and do not need prefixing to find. |