Function: preview-active-string
preview-active-string is a byte-compiled function defined in
preview.el.
Signature
(preview-active-string OV)
Documentation
Generate before-string for active image overlay OV.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defun preview-active-string (ov)
"Generate before-string for active image overlay OV."
(preview-make-clickable
(overlay-get ov 'preview-map)
(car (overlay-get ov 'preview-image))
"%s opens text
%s more options"))