Skip to content

Commit 85b5d57

Browse files
committed
Refine cider-find-keyword docstring
1 parent 6f173b5 commit 85b5d57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cider-find.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ integer on successful finds, nil otherwise."
252252

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

0 commit comments

Comments
 (0)