]> git.eshelyaron.com Git - emacs.git/commitdiff
; vc-revert-buffer-internal: Capitalization fix.
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 16 Jul 2025 10:00:46 +0000 (11:00 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 09:48:13 +0000 (11:48 +0200)
(cherry picked from commit 48b3363ac4b2b297faedf2c9f62b48d465cd29c4)

lisp/vc/vc-dispatcher.el

index 48ac8a116828e98852c877e6d650f200c22d2bdd..1674251d1703c72b0c54a094d054cbf5c0159c01 100644 (file)
@@ -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")