0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00

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/.
This commit is contained in:
Kyle Meyer 2021-10-01 23:26:39 -04:00
parent 60b178e596
commit 0f11a44e01

View file

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