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
4747`cider-ns-refresh` and reload all modified Clojure files on the
4848classpath.
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
5151the namespaces on the classpath unconditionally, regardless of their
5252modification 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
5555clear the state of the namespace tracker before reloading. This is
5656useful for recovering from some classes of error that normal reloads
5757would otherwise not recover from. A good example is circular
You can’t perform that action at this time.
0 commit comments