Skip to content

Commit 9acd4d0

Browse files
committed
[Docs] Touch up the previous commit
1 parent 0100adc commit 9acd4d0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/modules/ROOT/pages/additional_packages.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,11 @@ enable `paredit` in the REPL buffer as well:
124124

125125
==== Unsetting Paredit binding of RET key
126126

127-
In more recent versions of paredit, `RET` is bound to `paredit-RET`. This
128-
can cause unexpected behaviour in the repl when `paredit-mode` is enabled,
129-
e.g. it appears to hang after hitting `RET` instead of evaluating the last
130-
form.
127+
In recent versions of Paredit (25+), `RET` is bound to `paredit-RET`. This can cause unexpected
128+
behaviour in the repl when `paredit-mode` is enabled, e.g. it appears to hang after hitting
129+
`RET` instead of evaluating the last form.
131130

132-
You can disable the paredit behaviour by adding the following to your
133-
`init.el`:
131+
You can disable this Paredit behaviour by adding the following to your `init.el`:
134132

135133
[source,lisp]
136134
----

doc/modules/ROOT/pages/troubleshooting.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,15 @@ $ guix package -i openjdk:jdk
338338

339339
NOTE: On Windows and macOS the JDK source code is bundled with the JDK.
340340

341-
=== Hitting RET in the repl does not evaluate forms
341+
=== Pressing `RET` in the REPL does not evaluate forms
342342

343-
In more recent versions of paredit, `RET` is bound to `paredit-RET`. This can cause unexpected
343+
Are you a Paredit user? Have you enabled for the REPL buffers?
344+
345+
In recent versions of Paredit (25+), `RET` is bound to `paredit-RET`. This can cause unexpected
344346
behaviour in the repl when `paredit-mode` is enabled, e.g. it appears to hang after hitting
345347
`RET` instead of evaluating the last form.
346348

347-
You can disable the paredit behaviour by adding the following to your `init.el`:
349+
You can disable this Paredit behaviour by adding the following to your `init.el`:
348350

349351
[source,lisp]
350352
----

0 commit comments

Comments
 (0)