Variable: bibtex-comment-start
bibtex-comment-start is a customizable variable defined in
bibtex.el.gz.
Value
"@Comment"
Documentation
String starting a BibTeX comment.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-comment-start "@Comment"
"String starting a BibTeX comment."
:group 'bibtex
:type 'string
:safe #'stringp)