Variable: bibtex-clean-entry-hook
bibtex-clean-entry-hook is a customizable variable defined in
bibtex.el.gz.
Value
nil
Documentation
List of functions to call when entry has been cleaned.
Functions are called with point inside the cleaned entry, and the buffer narrowed to just the entry.
Probably introduced at or before Emacs version 20.1.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-clean-entry-hook nil
"List of functions to call when entry has been cleaned.
Functions are called with point inside the cleaned entry, and the buffer
narrowed to just the entry."
:group 'bibtex
:type 'hook)