(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)