branch: elpa/magit
commit b9f19bae4d5e5c485d2d8d7bf52364eeb7d22a6b
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-commit-diff: Tweak a comment
---
 lisp/magit-commit.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index 72c5ff75cd..e82cf18252 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -676,9 +676,9 @@ an alternative implementation."
                 ;; repository.  See #5527.
                 (ignore-error magit-outside-git-repo
                   (magit-get-mode-buffer 'magit-diff-mode))))
-      ;; This window just started displaying the commit message
-      ;; buffer.  Without this that buffer would immediately be
-      ;; replaced with the diff buffer.  See #2632.
+      ;; This window just started displaying the commit message buffer.
+      ;; Without unrecording that buffer would immediately be replaced
+      ;; with the diff buffer.  See #2632.
       (unrecord-window-buffer nil diff-buffer))
     (message "Diffing changes to be committed (C-g to abort diffing)")
     (let ((inhibit-quit nil))

Reply via email to