Variable: idlwave-completion-mark
idlwave-completion-mark is a variable defined in idlwave.el.gz.
Value
#<marker in no buffer>
Documentation
A mark pointing to the beginning of the completion string.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defconst idlwave-completion-mark (make-marker)
"A mark pointing to the beginning of the completion string.")