]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/log-edit.el (log-edit-show-diff): Insert comma.
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 12 Jun 2025 10:17:27 +0000 (11:17 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:12:09 +0000 (10:12 +0200)
(cherry picked from commit 799cef5d94bb69d5a1b6bcc8e90819ed90edfd00)

lisp/vc/log-edit.el

index bd62e7889e8233a14286acc060895984747318d4..d9b8afb25423ccd50a05b6230d2bdcce4f187163 100644 (file)
@@ -861,7 +861,7 @@ comment history, see `log-edit-comment-ring', and hides `log-edit-files-buf'."
   ;; Re NOT-ESSENTIAL non-nil: this function can get called from
   ;; `log-edit-hook' and we don't want to abort the whole Log Edit setup
   ;; because the user says no to saving a buffer.  The buffers will
-  ;; still actually get saved before committing by `vc-finish-logentry'.
+  ;; still actually get saved before committing, by `vc-finish-logentry'.
   ;; Possibly `log-edit-maybe-show-diff' should catch the error instead.
   (vc-diff nil 'not-essential (list log-edit-vc-backend vc-log-fileset)))