Function: ediff-copy-C-to-A

ediff-copy-C-to-A is an interactive and byte-compiled function defined in ediff-util.el.gz.

Signature

(ediff-copy-C-to-A ARG)

Documentation

Copy ARGth difference region from buffer C to A.

ARG is a prefix argument. If nil, copy the current difference region.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-util.el.gz
(defun ediff-copy-C-to-A (arg)
  "Copy ARGth difference region from buffer C to A.
ARG is a prefix argument.  If nil, copy the current difference region."
  (interactive "P")
  (ediff-diff-to-diff arg "ca"))