(defvar log-edit-initial-files nil)
(defvar log-edit-callback nil)
(defvar log-edit-diff-function
- (lambda () (error "Diff functionality has not been set up")))
+ (lambda () (error "Diff functionality has not been set up"))
+ "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
+Log Edit buffer's window should be selected when the function returns.")
(defvar log-edit-listfun nil)
(defvar log-edit-parent-buffer nil)