Function: bibtex-copy-entry-as-kill

bibtex-copy-entry-as-kill is an interactive and byte-compiled function defined in bibtex.el.gz.

Signature

(bibtex-copy-entry-as-kill)

Documentation

Copy the entire enclosing BibTeX entry to bibtex-entry-kill-ring.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defun bibtex-copy-entry-as-kill ()
  "Copy the entire enclosing BibTeX entry to `bibtex-entry-kill-ring'."
  (interactive)
  (bibtex-kill-entry t))