emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org 0f11a44 6/7: org-cite-csl--etc-dir: Broaden


From: ELPA Syncer
Subject: [elpa] externals-release/org 0f11a44 6/7: org-cite-csl--etc-dir: Broaden docstring description
Date: Sat, 2 Oct 2021 01:03:30 -0400 (EDT)

branch: externals-release/org
commit 0f11a44e016991f393c5b1e77174c637c42f799b
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]