Skip to content

Commit f85d5c1

Browse files
committed
Fix markup in docs
1 parent c8ed97a commit f85d5c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ variable.
191191

192192
Overlays will be shown for errors,
193193
as long as they are not already displayed by `cider-stacktrace-mode`.
194-
In order to always favor error overlays over the `\*cider-error\*` buffer,
194+
In order to always favor error overlays over the `\*cider-error*` buffer,
195195
please customize:
196196

197197
[source,lisp]
@@ -295,7 +295,7 @@ By default CIDER will display the output produced by some evaluation in the REPL
295295
(setq cider-interactive-eval-output-destination 'output-buffer)
296296
----
297297

298-
Additionally, there's the variable `cider-redirect-server-output-to-repl` that captures output that would normally end up in the `\*nrepl-server\*` buffer (provided it has been started via `cider-jack-in`) and redirects it to the REPL buffer. You can disable this redirection like this:
298+
Additionally, there's the variable `cider-redirect-server-output-to-repl` that captures output that would normally end up in the `\*nrepl-server*` buffer (provided it has been started via `cider-jack-in`) and redirects it to the REPL buffer. You can disable this redirection like this:
299299

300300
[source,lisp]
301301
----

0 commit comments

Comments
 (0)