Function: smerge-refine-exchange-point

smerge-refine-exchange-point is an interactive and byte-compiled function defined in smerge-mode.el.gz.

Signature

(smerge-refine-exchange-point)

Documentation

Go to the matching position in the other chunk.

Probably introduced at or before Emacs version 31.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/smerge-mode.el.gz
(defun smerge-refine-exchange-point ()
  "Go to the matching position in the other chunk."
  (interactive)
  (goto-char (smerge--refine-other-pos (point))))