Skip to content

Commit 0adad1f

Browse files
committed
Fix a variable name
1 parent 7520048 commit 0adad1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/repl/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ the print width. You can adjust if you want:
181181

182182
```el
183183
;; this will try to print data in 20 columns per line
184-
(setq cider-repl-print-width 20)
184+
(setq cider-repl-pretty-print-width 20)
185185
```
186186

187187
See [this](../pretty_printing) for more

0 commit comments

Comments
 (0)