diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-11 14:59:17 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-11 14:59:27 +0200 |
commit | d373daf568cd45153d842de49288eb424e5b32e9 (patch) | |
tree | f97046b7639970e5a15ac750ea01d4d342bcffbb /doc/emacs/maintaining.texi | |
parent | 5079f42446aab520e20aad30f825ccbc448ba4e3 (diff) | |
download | emacs-d373daf568cd45153d842de49288eb424e5b32e9.tar.gz emacs-d373daf568cd45153d842de49288eb424e5b32e9.tar.bz2 emacs-d373daf568cd45153d842de49288eb424e5b32e9.zip |
Add new command 'vc-dir-mark-by-regexp'
* doc/emacs/maintaining.texi (VC Directory Commands): Document it.
* lisp/vc/vc-dir.el (vc-dir-mode-map): Bind it to `%'.
(vc-dir-mark-by-regexp): New command (bug#16460).
Diffstat (limited to 'doc/emacs/maintaining.texi')
-rw-r--r-- | doc/emacs/maintaining.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index cca8441daa5..3ddea0ae588 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1316,6 +1316,12 @@ point is on a directory entry, mark all files in that directory tree (@code{vc-dir-mark-all-files}). With a prefix argument, mark all listed files and directories. +@findex vc-dir-mark-by-regexp +@item % +You can use this command to mark files by regexp +(@code{vc-dir-mark-by-regexp}). If given a prefix, unmark files +instead. + @item G Add the file under point to the list of files that the VC should ignore (@code{vc-dir-ignore}). For instance, if the VC is Git, it |