; * lisp/vc/log-edit.el (log-edit-diff-function): Grammar fix.
This commit is contained in:
parent
67a27ff53b
commit
299a1f2407
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue