diff options
Diffstat (limited to 'lisp/cedet/cedet-idutils.el')
-rw-r--r-- | lisp/cedet/cedet-idutils.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/cedet-idutils.el b/lisp/cedet/cedet-idutils.el index f2fbe193621..57f522bf5b4 100644 --- a/lisp/cedet/cedet-idutils.el +++ b/lisp/cedet/cedet-idutils.el @@ -52,12 +52,12 @@ (defun cedet-idutils-search (searchtext texttype type scope) "Perform a search with ID Utils, return the created buffer. SEARCHTEXT is text to find. -TEXTTYPE is the type of text, such as 'regexp, 'string, 'tagname, -'tagregexp, or 'tagcompletions. +TEXTTYPE is the type of text, such as `regexp', `string', `tagname', +`tagregexp', or `tagcompletions'. TYPE is the type of search, meaning that SEARCHTEXT is compared to filename, tagname (tags table), references (uses of a tag) , or symbol (uses of something not in the tag table.) -SCOPE is the scope of the search, such as 'project or 'subdirs. +SCOPE is the scope of the search, such as `project' or `subdirs'. Note: Scope is not yet supported." (if (eq type 'file) ;; Calls for file stuff is very simple. |