Function: edt-match-end

edt-match-end is a byte-compiled function defined in edt.el.gz.

Signature

(edt-match-end)

Documentation

Return the location of the last match end.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
(defun edt-match-end nil
  "Return the location of the last match end."
  (marker-position edt-match-end-mark))