bibtex: Fix typo

* contrib/lisp/ox-bibtex.el (org-bibtex-file): Use defvar instead of
defun.
This commit is contained in:
Nicolas Goaziou 2020-04-24 22:30:42 +02:00
parent 7cdc023f88
commit 8173884a13
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ to `org-bibtex-citation-p' predicate."
;;; Follow cite: links
(defun org-bibtex-file nil "Org-mode file of bibtex entries.")
(defvar org-bibtex-file nil
"Org file of BibTeX entries.")
(defun org-bibtex-goto-citation (&optional citation)
"Visit a citation given its ID."