]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/cedet-cscope.el
Doc fixes for fclist and grep
[gnu-emacs] / lisp / cedet / cedet-cscope.el
index 9a54d341f5691bd070ecae8f3e5364cb3cf685c9..373149c16e365c5c21e6745e42faf8542860fd02 100644 (file)
@@ -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")