Function: bib-display-mouse

bib-display-mouse is an interactive and byte-compiled function defined in bib-cite.el.

Signature

(bib-display-mouse EVENT)

Documentation

Display BibTeX citation or matching \ref or \label under mouse EVENT.

See bib-display.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defun bib-display-mouse (EVENT)
  "Display BibTeX citation or matching \\ref or \\label under mouse EVENT.
See bib-display."
  (interactive "e")
  (mouse-set-point EVENT)
  (bib-display))