; * lisp/vc/vc-dir.el (vc-dir-menu-map): Delete obsolete comment.

This commit is contained in:
Sean Whitton 2025-12-18 21:43:57 +00:00
parent 998584eaad
commit 1cd6428bce

View file

@ -318,8 +318,6 @@ That is, refreshing the VC-Dir buffer also hides `up-to-date' and
'(menu-item "Revert to Base Version" vc-revert
:help "Revert working copies of the selected fileset to their repository contents."))
(define-key map [next-action]
;; FIXME: This really really really needs a better name!
;; And a key binding too.
'(menu-item "Check In/Out" vc-next-action
:help "Do the next logical version control operation on the current fileset"))
(define-key map [register]