Function: ediff-copy-B-to-C
ediff-copy-B-to-C is an interactive and byte-compiled function defined
in ediff-util.el.gz.
Signature
(ediff-copy-B-to-C ARG)
Documentation
Copy ARGth difference region from buffer B to buffer C.
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-B-to-C (arg)
"Copy ARGth difference region from buffer B to buffer C.
ARG is a prefix argument. If nil, copy the current difference region."
(interactive "P")
(ediff-diff-to-diff arg "bc"))