Skip to content

Commit

Permalink
Refine cider-find-keyword docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Nov 4, 2023
1 parent 6f173b5 commit 85b5d57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cider-find.el
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ integer on successful finds, nil otherwise."

;;;###autoload
(defun cider-find-keyword (&optional arg)
"Find the namespace of the keyword at point and its first occurrence there.
"Find the namespace of the keyword at point and its primary occurrence there.
For instance - if the keyword at point is \":cider.demo/keyword\", this command
would find the namespace \"cider.demo\" and afterwards find the first mention
of \"::keyword\" there.
would find the namespace \"cider.demo\" and afterwards find the primary (most relevant or first)
mention of \"::keyword\" there.
Prompt according to prefix ARG and `cider-prompt-for-symbol'.
A single or double prefix argument inverts the meaning of
Expand Down

0 comments on commit 85b5d57

Please sign in to comment.