Variable: edt-match-end-mark
edt-match-end-mark is a variable defined in edt.el.gz.
Value
#<marker in no buffer>
Documentation
Used internally by the EDT emulation SUBS command.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
(defvar edt-match-end-mark (make-marker)
"Used internally by the EDT emulation SUBS command.")