Skip to content

Commit 9fc3749

Browse files
committed
Merge pull request #519 from itegebo/master
Update README.md's REPL pretty-printing symbols
2 parents 40b6f1c + d7cf810 commit 9fc3749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ that this will not work correctly with forms such as `(def a 1) (def b2)`
444444
and it expects `clojure.pprint` to have been required already
445445
(the default in more recent versions of Clojure):
446446

447-
<kbd>M-x cider-toggle-pretty-printing</kbd>
447+
<kbd>M-x cider-repl-toggle-pretty-printing</kbd>
448448

449449
### Limiting printed output in the REPL
450450

@@ -455,7 +455,7 @@ can supply a default value for REPL sessions by setting the
455455
`cider-repl-print-length` variable to an integer value. The
456456
enforcement of this limit can then be toggled using:
457457

458-
<kbd>M-x cider-toggle-print-length-limiting</kbd>
458+
<kbd>M-x cider-repl-toggle-print-length-limiting</kbd>
459459

460460
## Keyboard shortcuts
461461

0 commit comments

Comments
 (0)