Function: bibtex-button
bibtex-button is a byte-compiled function defined in bibtex.el.gz.
Signature
(bibtex-button BEG END TYPE &rest ARGS)
Documentation
Make a BibTeX button from BEG to END of type TYPE in the current buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defun bibtex-button (beg end type &rest args)
"Make a BibTeX button from BEG to END of type TYPE in the current buffer."
(make-text-button beg end 'type type 'bibtex-args args))