1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

; * lisp/vc/log-edit.el (log-edit-diff-function): Grammar fix.

This commit is contained in:
Sean Whitton 2024-10-27 18:56:31 +08:00
parent 67a27ff53b
commit 299a1f2407

View File

@ -246,7 +246,7 @@ when this variable is set to nil.")
(defvar log-edit-initial-files nil)
(defvar log-edit-callback nil)
(defvar log-edit-diff-function
(lambda () (error "Diff functionality has not been setup")))
(lambda () (error "Diff functionality has not been set up")))
(defvar log-edit-listfun nil)
(defvar log-edit-parent-buffer nil)