Skip to content

Commit d94763f

Browse files
committed
[Docs] Tweak some wording
1 parent f60a11e commit d94763f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ disabled due to some rough edges with the feature that were
209209
never properly addressed. See this https://github.com/clojure-emacs/cider/issues/2825[bug report]
210210
for details.
211211

212-
Alternatively, you can toggle this behaviour on and off using kbd:[M-x cider-repl-toggle-content-types].
212+
Alternatively, you can toggle this behaviour on and off using kbd:[M-x cider-repl-toggle-content-types]
213+
or the REPL shortcut `toggle-content-types`.
213214

214215
== Customizing the initial REPL namespace
215216

@@ -222,7 +223,7 @@ section of your Leiningen project configuration:
222223
:repl-options {:init-ns 'my-ns}
223224
----
224225

225-
== Customizing newline interaction
226+
== Customizing the `Return` key's behavior
226227

227228
Ordinarily, kbd:[Return] immediate sends a form for
228229
evaluation. If you want to insert a newline into the REPL buffer as

0 commit comments

Comments
 (0)