Ver código fonte

bibtex: Fix typo

* contrib/lisp/ox-bibtex.el (org-bibtex-file): Use defvar instead of
defun.
Nicolas Goaziou 5 anos atrás
pai
commit
8173884a13
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      contrib/lisp/ox-bibtex.el

+ 2 - 1
contrib/lisp/ox-bibtex.el

@@ -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."