File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
257257For 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
261261Prompt according to prefix ARG and `cider-prompt-for-symbol' .
262262A single or double prefix argument inverts the meaning of
You can’t perform that action at this time.
0 commit comments