Function: log-view-modify-change-comment

log-view-modify-change-comment is an interactive and byte-compiled function defined in log-view.el.gz.

Signature

(log-view-modify-change-comment)

Documentation

Edit the change comment displayed at point.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/log-view.el.gz
(defun log-view-modify-change-comment ()
  "Edit the change comment displayed at point."
  (interactive)
  (vc-modify-change-comment (list (if log-view-per-file-logs
				      (log-view-current-file)
				    (car log-view-vc-fileset)))
			    (log-view-current-tag)
			    (log-view-extract-comment)))