Function: bib-cite-minor-mode-menu
bib-cite-minor-mode-menu is an interactive and byte-compiled function
defined in bib-cite.el.
Signature
(bib-cite-minor-mode-menu ARG1)
Documentation
Menu keymap for bib-cite.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(easy-menu-define
bib-cite-minor-mode-menu bib-cite-minor-mode-map "Menu keymap for bib-cite."
'("BCite"
["Make BibTeX bibliography buffer" bib-make-bibliography t]
["Display citation or matching \\ref or \\label" bib-display t]
["Find BibTeX citation or matching \\ref or \\label" bib-find t]
["Search apropos BibTeX files" bib-apropos t]
["Build TAGS file for multi-file document" bib-etags (bib-master-file)]
["Refresh \\cite, \\ref and \\label mouse highlight"
bib-highlight-mouse t]))