diff options
Diffstat (limited to 'lisp/cedet/cedet-cscope.el')
| -rw-r--r-- | lisp/cedet/cedet-cscope.el | 2 |
1 files changed, 1 insertions, 1 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") |