]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/log-edit.el (log-edit-diff-fileset): Update comment.
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 5 Jul 2025 08:53:51 +0000 (09:53 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:20:31 +0000 (22:20 +0200)
(cherry picked from commit ae55c0fd2d5da16377c63750c4cc5483e57af855)

lisp/vc/log-edit.el

index 181d4f309f5a8cf5a4a008eeb55a240febb65e95..1f27aa18b1944ee073b2c3aa5523780b45ba7d24 100644 (file)
@@ -859,8 +859,9 @@ 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'.
-  ;; Possibly `log-edit-maybe-show-diff' should catch the error instead.
+  ;; still actually get saved before committing, by the
+  ;; `vc-log-operation' anonymous function.  Possibly
+  ;; `log-edit-maybe-show-diff' should catch the error instead.
   (vc-diff nil 'not-essential (list log-edit-vc-backend vc-log-fileset)))
 
 (defun log-edit-show-diff ()