]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc-dispatcher.el (vc-finish-logentry): Fix thinko.
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 27 Jun 2025 13:18:14 +0000 (14:18 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:06:22 +0000 (22:06 +0200)
(cherry picked from commit e25ee1082f74c65b81ba4a184cfc29b26c2bf3b9)

lisp/vc/vc-dispatcher.el

index 17d73ca49779390b365abb0a03549cb67bd98631..f660c5cd4f0f1f394cdeed8d761258e5ed6fc67b 100644 (file)
@@ -861,7 +861,7 @@ the buffer contents as a comment."
   ;; Check and record the comment, if any.
   (unless nocomment
     (run-hooks 'vc-logentry-check-hook))
-  ;; Must pass NOT-ESSENTIAL nil because we later call
+  ;; Must pass NOT-ESSENTIAL non-nil because we later call
   ;; `vc-resynch-buffer' with NOQUERY non-nil.
   (vc-buffer-sync-fileset (list log-edit-vc-backend vc-log-fileset))
   (unless vc-log-operation