소스 검색

bibtex: Fix typo

* contrib/lisp/ox-bibtex.el (org-bibtex-file): Use defvar instead of
defun.
Nicolas Goaziou 5 년 전
부모
커밋
8173884a13
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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."