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

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

[nongnu] elpa/cider e92bd5944e: Add `cider-find-keyword` to the user man


From: ELPA Syncer
Subject: [nongnu] elpa/cider e92bd5944e: Add `cider-find-keyword` to the user manual
Date: Fri, 3 Nov 2023 10:00:01 -0400 (EDT)

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

    Add `cider-find-keyword` to the user manual
---
 doc/modules/ROOT/pages/config/basic_config.adoc | 2 +-
 doc/modules/ROOT/pages/usage/cider_mode.adoc    | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/modules/ROOT/pages/config/basic_config.adoc 
b/doc/modules/ROOT/pages/config/basic_config.adoc
index d7337b5075..08c9abedcc 100644
--- a/doc/modules/ROOT/pages/config/basic_config.adoc
+++ b/doc/modules/ROOT/pages/config/basic_config.adoc
@@ -31,7 +31,7 @@ buffers. You can override this behavior, however:
 
 https://github.com/clojure-emacs/enrich-classpath[`enrich-classpath`] is a 
program/plugin/wrapper that allows CIDER to access to the sources and javadocs 
of a given project's Java files: your own files, those from your dependencies, 
and those from the JDK.
 
-With that, CIDER can show better completions, navigation, documentation, and 
stacktrace integration.
+With that, CIDER can show better completions, navigation, documentation, 
stacktrace and Inspector integration.
 
 For Lein users, it has the additional benefit of running a single JVM, instead 
of the two JVMs that Lein programs typically involve.
 
diff --git a/doc/modules/ROOT/pages/usage/cider_mode.adoc 
b/doc/modules/ROOT/pages/usage/cider_mode.adoc
index 2e6c58b50e..c70dd5a2df 100644
--- a/doc/modules/ROOT/pages/usage/cider_mode.adoc
+++ b/doc/modules/ROOT/pages/usage/cider_mode.adoc
@@ -264,6 +264,10 @@ kbd:[C-c C-t C-b]
 | kbd:[M-.]
 | Jump to the definition of a symbol.  If invoked with a prefix argument it 
inverts the value of `cider-prompt-for-symbol`.
 
+| `cider-find-keyword`
+| kbd:[C-c C-:]
+| Find the namespace of the keyword at point and its primary occurrence there. 
 If invoked with a prefix argument it inverts the value of 
`cider-prompt-for-symbol`.
+
 | `cider-find-dwim-at-mouse`
 | kbd:[mouse-5] or kbd:[mouse-9]
 | Jump to the definition of a symbol using mouse.



reply via email to

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