emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 85b5d57796 1/4: Refine `cider-find-keyword` docstrin


From: ELPA Syncer
Subject: [nongnu] elpa/cider 85b5d57796 1/4: Refine `cider-find-keyword` docstring
Date: Sat, 4 Nov 2023 18:59:01 -0400 (EDT)

branch: elpa/cider
commit 85b5d5779661ca1a8d232f2869122490eae2e687
Author: vemv <vemv@users.noreply.github.com>
Commit: vemv <vemv@users.noreply.github.com>

    Refine `cider-find-keyword` docstring
---
 cider-find.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cider-find.el b/cider-find.el
index feb54cbbfe..7df9e4cc8f 100644
--- a/cider-find.el
+++ b/cider-find.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]