aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc-git.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index fed15ae2033..456417e566e 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -1982,6 +1982,7 @@ This requires git 1.8.4 or later, for the \"-L\" option of \"git log\"."
1982(defvar compilation-environment) 1982(defvar compilation-environment)
1983 1983
1984;; Derived from `lgrep'. 1984;; Derived from `lgrep'.
1985;;;###autoload
1985(defun vc-git-grep (regexp &optional files dir) 1986(defun vc-git-grep (regexp &optional files dir)
1986 "Run git grep, searching for REGEXP in FILES in directory DIR. 1987 "Run git grep, searching for REGEXP in FILES in directory DIR.
1987The search is limited to file names matching shell pattern FILES. 1988The search is limited to file names matching shell pattern FILES.