File tree 1 file changed +3
-3
lines changed
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."
252
252
253
253
;;;### autoload
254
254
(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.
256
256
257
257
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.
260
260
261
261
Prompt according to prefix ARG and `cider-prompt-for-symbol' .
262
262
A single or double prefix argument inverts the meaning of
You can’t perform that action at this time.
0 commit comments