From 292660b27c1cb1eadabf0ffc02489737428c31a9 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 18 Apr 2014 13:12:34 +0200 Subject: [PATCH] org-bibtex.el (org-bibtex-no-export-tags): Fix docstring * org-bibtex.el (org-bibtex-no-export-tags): Fix docstring. Thanks to Leonard Randall for the fix. --- lisp/org-bibtex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index d89da854f..79d471be5 100644 --- a/lisp/org-bibtex.el +++ b/lisp/org-bibtex.el @@ -279,7 +279,7 @@ not be exported." (defcustom org-bibtex-no-export-tags nil "List of tag(s) that should not be converted to keywords. -This variable is relevant only if `org-bibtex-export-tags-as-keywords' is t." +This variable is relevant only if `org-bibtex-tags-are-keywords' is t." :group 'org-bibtex :version "24.1" :type '(repeat :tag "Tag" (string))) -- 2.11.4.GIT