summaryrefslogtreecommitdiff
path: root/doc/emacs/maintaining.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2023-01-18 19:55:10 +0200
committerJuri Linkov <juri@linkov.net>2023-01-18 19:55:10 +0200
commit78f93d92b2871cc05f5293c7344fe5fe188a763c (patch)
tree1272b86b9428b5271ea470436d687e65ec183c9f /doc/emacs/maintaining.texi
parentdc3f85fd4b00b4f43d781eb5803a995019a57d57 (diff)
downloademacs-78f93d92b2871cc05f5293c7344fe5fe188a763c.tar.gz
emacs-78f93d92b2871cc05f5293c7344fe5fe188a763c.tar.bz2
emacs-78f93d92b2871cc05f5293c7344fe5fe188a763c.zip
* lisp/vc/vc-dir.el: Make keys ‘% m’ and ‘* %’ compatible with Dired
(vc-dir-mode-map): Replace ‘%’ for vc-dir-mark-by-regexp with ‘% m’ in regexp-map and ‘* %’ in mark-map (bug#60887). * doc/emacs/maintaining.texi (VC Directory Commands): Replace ‘%’ with ‘% m’ and ‘* %’. Mention vc-dir-mark-registered-files.
Diffstat (limited to 'doc/emacs/maintaining.texi')
-rw-r--r--doc/emacs/maintaining.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 8c77ded55d3..5191bb2918d 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1331,11 +1331,18 @@ point is on a directory entry, mark all files in that directory tree
listed files and directories.
@findex vc-dir-mark-by-regexp
-@item %
+@item % m
+@itemx * %
You can use this command to mark files by regexp
(@code{vc-dir-mark-by-regexp}). If given a prefix, unmark files
instead.
+@findex vc-dir-mark-registered-files
+@item * r
+You can use this command to mark files that are in one of registered
+states, including edited, added or removed.
+(@code{vc-dir-mark-registered-files}).
+
@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