Browse Source

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/.
Kyle Meyer 3 years ago
parent
commit
0f11a44e01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/oc-csl.el

+ 1 - 1
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.")