]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/log-edit.el (log-edit-diff-function): Grammar fix.
authorSean Whitton <spwhitton@spwhitton.name>
Sun, 27 Oct 2024 10:56:31 +0000 (18:56 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Oct 2024 09:55:16 +0000 (10:55 +0100)
(cherry picked from commit 299a1f240750595d7b0132aec5eb3a2b58c9d943)

lisp/vc/log-edit.el

index 7ec394a263da577a6b737152f22fc4df69162c8f..58f4cc2c2b6477ff85d51c78ea343b70faf837d4 100644 (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)