Function: log-edit-show-diff
log-edit-show-diff is an interactive and byte-compiled function
defined in log-edit.el.gz.
Signature
(log-edit-show-diff)
Documentation
Show diff for the changes to be committed.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/log-edit.el.gz
(defun log-edit-show-diff ()
"Show diff for the changes to be committed."
(interactive)
(funcall log-edit-diff-function))