From: Sean Whitton Date: Wed, 16 Jul 2025 10:00:46 +0000 (+0100) Subject: ; vc-revert-buffer-internal: Capitalization fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c42e930918d93815e38f965bc00e8bf032408b7e;p=emacs.git ; vc-revert-buffer-internal: Capitalization fix. (cherry picked from commit 48b3363ac4b2b297faedf2c9f62b48d465cd29c4) --- diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index 48ac8a11682..1674251d170 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.el @@ -658,7 +658,7 @@ CONTEXT is that which `vc-buffer-context' returns." (defun vc-revert-buffer-internal (&optional arg no-confirm) "Revert buffer keeping point and the mark where the user expects them. Try to be clever in the face of changes due to expanded VCS -keywords (cf., e.g., info node `(cvs)Keyword substitution'). +keywords (cf., e.g., Info node `(cvs)Keyword substitution'). This is important for typeahead to work as expected. ARG and NO-CONFIRM are passed on to `revert-buffer'." (interactive "P")