summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/emacs')
-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 4986c111030..42ea4d3254d 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1349,7 +1349,14 @@ Prompt for the name of a branch and display the change history of that
branch (@code{vc-print-branch-log}).
@item B s
-Switch to a branch (@code{vc-retrieve-tag}). @xref{Switching Branches}.
+Switch to a branch (@code{vc-retrieve-tag}). @xref{Switching
+Branches}.
+
+@item d
+Delete the marked files, or the current file if no marks
+(@code{vc-dir-delete-files-no-vc)}. The files will not be marked as
+deleted in the version control system, so this function is mostly
+useful for unregistered files.
@end table
@cindex stashes in version control