X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/36a305a723c63fd345be65c536c52fe9765c14be..50650cb6887d99b01eeb1e686fc1f695c2a0c64a:/lisp/cedet/cedet-cscope.el diff --git a/lisp/cedet/cedet-cscope.el b/lisp/cedet/cedet-cscope.el index fe954a0771..373149c16e 100644 --- a/lisp/cedet/cedet-cscope.el +++ b/lisp/cedet/cedet-cscope.el @@ -1,6 +1,6 @@ ;;; cedet-cscope.el --- CScope support for CEDET -;;; Copyright (C) 2009-2012 Free Software Foundation, Inc. +;;; Copyright (C) 2009-2016 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam ;; Package: cedet @@ -52,7 +52,7 @@ SCOPE is the scope of the search, such as 'project or 'subdirs." ;; -0 = Find C symbol ;; -1 = Find global definition ;; -3 = Find references - ;; -6 = Find egrep pattern + ;; -6 = Find grep -E pattern ;; -7 = Find file (let ((idx (cond ((eq type 'file) "-7")