Function: bib-find-mouse

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

Signature

(bib-find-mouse EVENT)

Documentation

Edit BibTeX citation or find matching \ref or \label under mouse EVENT.

See bib-find.

Key Bindings

Source Code

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