aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc-git.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index f95e67f4f56..dff0fd1365c 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -1408,7 +1408,9 @@ This requires git 1.8.4 or later, for the \"-L\" option of \"git log\"."
1408 "Run git grep, searching for REGEXP in FILES in directory DIR. 1408 "Run git grep, searching for REGEXP in FILES in directory DIR.
1409The search is limited to file names matching shell pattern FILES. 1409The search is limited to file names matching shell pattern FILES.
1410FILES may use abbreviations defined in `grep-files-aliases', e.g. 1410FILES may use abbreviations defined in `grep-files-aliases', e.g.
1411entering `ch' is equivalent to `*.[ch]'. 1411entering `ch' is equivalent to `*.[ch]'. As whitespace triggers
1412completion when entering a pattern, including it requires
1413quoting, e.g. `\\[quoted-insert]<space>'.
1412 1414
1413With \\[universal-argument] prefix, you can edit the constructed shell command line 1415With \\[universal-argument] prefix, you can edit the constructed shell command line
1414before it is executed. 1416before it is executed.