Skip to content

Commit

Permalink
Improve citar-citeproc-select-csl-style docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
benthamite committed Dec 26, 2023
1 parent 56b2072 commit 7ef6551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citar-citeproc.el
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ accepted.")
(style
(if (= (length list) 1)
(caar list)
(completing-read "Select CSL style file: " list nil t)))
(completing-read "Select CSL style: " list nil t)))
(file (cdr (assoc style list))))
(setq citar-citeproc-csl-style file)))

Expand Down

0 comments on commit 7ef6551

Please sign in to comment.