Skip to content

Commit 94cb9a2

Browse files
jhacksworthbbatsov
authored andcommitted
Fix two typos in misc_features.adoc
The keybindings when referring to the prefix and double-prefix arguments to `cider-ns-refresh` appear to be typos.
1 parent 0c99b07 commit 94cb9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Typing kbd:[C-c M-n r] or kbd:[C-c M-n M-r] will invoke
4747
`cider-ns-refresh` and reload all modified Clojure files on the
4848
classpath.
4949

50-
Adding a prefix argument, kbd:[C-u C-c M-n n], will reload all
50+
Adding a prefix argument, kbd:[C-u C-c M-n r], will reload all
5151
the namespaces on the classpath unconditionally, regardless of their
5252
modification status.
5353

54-
Adding a double prefix argument, kbd:[C-u C-u M-n n], will first
54+
Adding a double prefix argument, kbd:[C-u C-u M-n r], will first
5555
clear the state of the namespace tracker before reloading. This is
5656
useful for recovering from some classes of error that normal reloads
5757
would otherwise not recover from. A good example is circular

0 commit comments

Comments
 (0)