mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * lisp/vc/vc-dir.el (vc-dir-headers): Use "DWIM next".
This commit is contained in:
parent
c6147e2b53
commit
36423e4572
|
|
@ -1636,7 +1636,8 @@ backend-specific headers."
|
|||
"(\\[vc-revert]) Revert, "
|
||||
"(\\[vc-dir-delete-file]) Delete, "
|
||||
"(\\[vc-dir-ignore]) Ignore, "
|
||||
"(\\[vc-next-action]/\\[vc-dir-root-next-action]) Commit/commit all, "
|
||||
;; "this/these/all" is too long.
|
||||
"(\\[vc-next-action]/\\[vc-dir-root-next-action]) DWIM next this/all, "
|
||||
"(\\[vc-push]) Push"
|
||||
"\n"
|
||||
(propertize "Marks" 'font-lock-face 'vc-dir-key-binding-hint-label)
|
||||
|
|
|
|||
Loading…
Reference in a new issue