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 the diff for the files to be committed.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/log-edit.el.gz
(defun log-edit-show-diff ()
  "Show the diff for the files to be committed."
  (interactive)
  (funcall log-edit-diff-function))