File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/modules/ROOT/pages/usage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ Typing kbd:[C-c M-n r] or kbd:[C-c M-n M-r] will invoke
47
47
`cider-ns-refresh` and reload all modified Clojure files on the
48
48
classpath.
49
49
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
51
51
the namespaces on the classpath unconditionally, regardless of their
52
52
modification status.
53
53
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
55
55
clear the state of the namespace tracker before reloading. This is
56
56
useful for recovering from some classes of error that normal reloads
57
57
would otherwise not recover from. A good example is circular
You can’t perform that action at this time.
0 commit comments