Skip to content

Commit 8bba86b

Browse files
authored
fix docstring
1 parent 74abf58 commit 8bba86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bibtex-actions.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ With prefix, rebuild the cache before offering candidates."
577577
(defun bibtex-actions-at-point (&optional arg)
578578
"Run actions on citation keys found at point.
579579
If no citation key is found, target entries can be chosen from a
580-
list of candidates. With prefix ARG, rebuild the cache before
580+
list of candidates. With prefix ARG, rebuild the cache before
581581
offering candidates."
582582
(interactive "P")
583583
(if-let ((keys (bibtex-actions-citation-key-at-point)))

0 commit comments

Comments
 (0)