bibtex: Fix typo
* contrib/lisp/ox-bibtex.el (org-bibtex-file): Use defvar instead of defun.
This commit is contained in:
parent
7cdc023f88
commit
8173884a13
|
@ -154,7 +154,8 @@ to `org-bibtex-citation-p' predicate."
|
||||||
|
|
||||||
;;; Follow cite: links
|
;;; 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)
|
(defun org-bibtex-goto-citation (&optional citation)
|
||||||
"Visit a citation given its ID."
|
"Visit a citation given its ID."
|
||||||
|
|
Loading…
Reference in New Issue