summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-04-18 13:12:34 +0200
committerBastien Guerry <bzg@altern.org>2014-04-18 13:12:34 +0200
commit292660b27c1cb1eadabf0ffc02489737428c31a9 (patch)
tree333bec1d0b414bfcedd9f8eecd55c121735e6273
parenteaaa5c2e48c054a3d6dbfea4ed0bee16c0b78369 (diff)
downloadorg-mode-292660b27c1cb1eadabf0ffc02489737428c31a9.tar.gz
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.
-rw-r--r--lisp/org-bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index d89da85..79d471b 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)))