Skip to content

Commit ea852aa

Browse files
committed
[Docs] Refine some wording
1 parent 7ccb32f commit ea852aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/modules/ROOT/pages/usage/misc_features.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ On the bright side:
4242
- It's still more reliable than `grep`
4343

4444
The functionality is not perfect, but at least it's there if you need it. As a bonus you get a quick way to navigate to
45-
all of the functions used by some function using `cider-xref-fn-deps` (`C-c C-? d`) and `cider-xref-fn-deps-select` (`C-c C-? C-d`).
46-
Those are pretty handy if you don't want to jump to the source of some function to see what it refers to internally.
45+
all of the functions used by some function using `cider-xref-fn-deps` (kbd:[C-c C-? d]) and `cider-xref-fn-deps-select` (kbd:[C-c C-? C-d]).
46+
Those are pretty handy if you don't want to jump to the source of some function to see what functions it refers to (uses) internally.
4747

4848
Don't forget you also have a couple of third-party alternative:
4949

5050
- The much more sophisticated AST-powered "find usages" provided by `clj-refactor.el`
51-
- https://github.com/bbatsov/projectile[Projectile's] "grep in project" (`projectile-grep`, typically bound to `C-c p g`)
51+
- https://github.com/bbatsov/projectile[Projectile's] "grep in project" (`projectile-grep`, typically bound to kbd:[C-c p g])
5252

5353
== Reloading Code
5454

0 commit comments

Comments
 (0)