master 36423e4572d: ; * lisp/vc/vc-dir.el (vc-dir-headers): Use "DWIM next".
Sean Whitton <[email protected]> Tue, 14 Jul 2026 09:05:43 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit 36423e4572dd66232a7f57b890d7f033326622b4 Author: Sean Whitton <[email protected]> Commit: Sean Whitton <[email protected]> ; * lisp/vc/vc-dir.el (vc-dir-headers): Use "DWIM next". --- lisp/vc/vc-dir.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 383e55e8444..1ba834d94cc 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -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)