]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/log-edit.el (log-edit-diff-function): Tweak formatting.
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 29 Oct 2024 04:57:58 +0000 (12:57 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Oct 2024 10:00:47 +0000 (11:00 +0100)
(cherry picked from commit 15b9d99cef63f6743e49d350136157bd42d362e9)

lisp/vc/log-edit.el

index 6176cf3589dc4c2df9a9c2b7ff9608bfb822b429..9dcc8c895264fb13beccae83c687a5c236804551 100644 (file)
@@ -247,9 +247,9 @@ when this variable is set to nil.")
 (defvar log-edit-callback nil)
 (defvar log-edit-diff-function
   (lambda () (error "Diff functionality has not been set up"))
-  "Function to display an appropriate Diff Mode buffer for the change.
+  "Function to display an appropriate `diff-mode' buffer for the change.
 Called by the `log-edit-show-diff' command.
-Should not leave the Diff Mode buffer's window selected; that is, the
+Should not leave the `diff-mode' buffer's window selected; that is, the
 Log Edit buffer's window should be selected when the function returns.")
 (defvar log-edit-listfun nil)