Function: occur-mode-find-occurrence

occur-mode-find-occurrence is a byte-compiled function defined in replace.el.gz.

Signature

(occur-mode-find-occurrence)

Documentation

Return a marker to the first match of the line at point.

Source Code

;; Defined in /usr/src/emacs/lisp/replace.el.gz
;; Retained for compatibility.
(defun occur-mode-find-occurrence ()
  "Return a marker to the first match of the line at point."
  (occur--targets-start (occur-mode--find-occurrences)))