From c1fe13e44f661529d7fbdccbbca47a0929c5b15e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 29 Oct 2024 12:57:58 +0800 Subject: [PATCH] ; * lisp/vc/log-edit.el (log-edit-diff-function): Tweak formatting. (cherry picked from commit 15b9d99cef63f6743e49d350136157bd42d362e9) --- lisp/vc/log-edit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index 6176cf3589d..9dcc8c89526 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -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) -- 2.39.5