Skip to content

Commit 8115bed

Browse files
committed
docs: fix docstring typo
Close: #811 Signed-off-by: Bruce D'Arcus <[email protected]>
1 parent 1cf9184 commit 8115bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

citar.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ visible in the completion UI."
962962
Return a hash table with the keys being completion candidate
963963
strings and values being citation keys.
964964
965-
Return nil if `citar-bibliographies' returns nil."
965+
Return nil if `citar-bibliography' returns nil."
966966
;; Populate bibliography cache.
967967
(when-let ((bibs (citar--bibliographies)))
968968
(let* ((citar--entries (citar-cache--entries bibs))

0 commit comments

Comments
 (0)