summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-05-03 08:40:42 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-05-03 08:40:42 +0300
commit35d2ddfa04b2abea901c529bab252b1af732398b (patch)
tree4b9cc8abdc78d0288a63204f5382286a87f07d67 /doc
parentcf9eeb4cdf1d9bdbe9d0c26a889f9940f373c98c (diff)
Fix wording
Diffstat (limited to 'doc')
-rw-r--r--doc/using_the_repl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using_the_repl.md b/doc/using_the_repl.md
index 7f77ccbd..c1f5bd75 100644
--- a/doc/using_the_repl.md
+++ b/doc/using_the_repl.md
@@ -195,7 +195,7 @@ Normally code in the REPL is font-locked the same way as in
#### Pretty printing in the REPL
-Make the REPL always pretty-print the results of your commands.
+Make the REPL always pretty-print the results of your evaluations.
<kbd>M-x cider-repl-toggle-pretty-printing</kbd>