branch: externals-release/org
commit 0f11a44e016991f393c5b1e77174c637c42f799b
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>
org-cite-csl--etc-dir: Broaden docstring description
* lisp/oc-csl.el (org-cite-csl--etc-dir): Adjust docstring to describe
purpose without tying the variable to the repository install scenario.
Since 604bfd9d7 (oc-csl: be more caution about the csl etc location,
2021-07-15), this value hasn't been limited to the repository's
etc/csl/.
---
lisp/oc-csl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/oc-csl.el b/lisp/oc-csl.el
index 4a6adeb..4378ab5 100644
--- a/lisp/oc-csl.el
+++ b/lisp/oc-csl.el
@@ -197,7 +197,7 @@ Used only when `second-field-align' is activated by the
used CSL style."
;; and when running directly from Emacs repository.
(t
(expand-file-name "org/csl/" data-directory))))
- "Directory \"etc/\" from repository.")
+ "Directory containing CSL-related data files.")
(defconst org-cite-csl--fallback-locales-dir org-cite-csl--etc-dir
"Fallback CSL locale files directory.")