From 36423e4572dd66232a7f57b890d7f033326622b4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 14 Jul 2026 14:05:28 +0100 Subject: [PATCH] ; * 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)