aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/cedet-cscope.el2
-rw-r--r--lisp/cedet/semantic/symref.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/cedet-cscope.el b/lisp/cedet/cedet-cscope.el
index 9a54d341f56..373149c16e3 100644
--- a/lisp/cedet/cedet-cscope.el
+++ b/lisp/cedet/cedet-cscope.el
@@ -52,7 +52,7 @@ SCOPE is the scope of the search, such as 'project or 'subdirs."
52 ;; -0 = Find C symbol 52 ;; -0 = Find C symbol
53 ;; -1 = Find global definition 53 ;; -1 = Find global definition
54 ;; -3 = Find references 54 ;; -3 = Find references
55 ;; -6 = Find egrep pattern 55 ;; -6 = Find grep -E pattern
56 ;; -7 = Find file 56 ;; -7 = Find file
57 (let ((idx (cond ((eq type 'file) 57 (let ((idx (cond ((eq type 'file)
58 "-7") 58 "-7")
diff --git a/lisp/cedet/semantic/symref.el b/lisp/cedet/semantic/symref.el
index 088740b2624..516a4f30414 100644
--- a/lisp/cedet/semantic/symref.el
+++ b/lisp/cedet/semantic/symref.el
@@ -266,7 +266,7 @@ Returns an object of class `semantic-symref-result'."
266;;;###autoload 266;;;###autoload
267(defun semantic-symref-find-text (text &optional scope) 267(defun semantic-symref-find-text (text &optional scope)
268 "Find a list of occurrences of TEXT in the current project. 268 "Find a list of occurrences of TEXT in the current project.
269TEXT is a regexp formatted for use with egrep. 269TEXT is a regexp formatted for use with grep -E.
270Optional SCOPE specifies which file set to search. Defaults to `project'. 270Optional SCOPE specifies which file set to search. Defaults to `project'.
271Refers to `semantic-symref-tool', to determine the reference tool to use 271Refers to `semantic-symref-tool', to determine the reference tool to use
272for the current buffer. 272for the current buffer.