Skip to content

Commit

Permalink
Fix markup in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Oct 18, 2023
1 parent c8ed97a commit f85d5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/modules/ROOT/pages/usage/code_evaluation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ variable.

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

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

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:
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:

[source,lisp]
----
Expand Down

0 comments on commit f85d5c1

Please sign in to comment.