Skip to content

Commit 8aef977

Browse files
committed
[Docs] Tweak some wording
1 parent 1123c58 commit 8aef977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/modules/ROOT/pages/repl/configuration.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ By default, REPL results have no prefix.
139139
== Set ns in REPL
140140

141141
By default `cider-repl-set-ns` won't require the target ns, just set
142-
it. That's done with the assumption that you've probably evaluated the
143-
ns in question already before switching to it (e.g. by doing `C-c C-k`
144-
in its source file). If you want to change this behaviour (to avoid
145-
calling `cider-repl-set-ns` and then `(require 'my-ns)` manually), you
142+
it. That's done with the assumption that you've probably evaluated the ns in
143+
question already before switching to it (e.g. by doing kbd:[C-c C-k]
144+
(`cider-load-buffer`) in its source buffer). If you want to change this behaviour
145+
(to avoid calling `cider-repl-set-ns` and then `(require 'my-ns)` manually), you
146146
can set:
147147

148148
[source,lisp]

0 commit comments

Comments
 (0)