summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-05-07 00:09:53 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-05-07 00:09:53 +0300
commitae22b86d06ee99c3afaa4d20c5590c6cf1001be9 (patch)
treedc55a89603fa0072e13f15628caa248f3aa15fd3 /cider-repl.el
parentaeccd836b2b355161303aee6126cf28b2ea3b36e (diff)
Fix a couple of small mistakes in the cider-repl-use-pretty-printing defcustom
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/cider-repl.el b/cider-repl.el
index ceb482a5..cbeaa794 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -130,10 +130,11 @@ defaults to the variable `fill-column'."
(defcustom cider-repl-use-content-types t
"Control whether REPL results are presented using content-type information.
-The `cider-toggle-content-types' command can be used to interactively
+The `cider-repl-toggle-content-types' command can be used to interactively
change the setting's value."
:type 'boolean
- :group 'cider-repl)
+ :group 'cider-repl
+ :package-version '(cider . "0.17.0"))
(defcustom cider-repl-use-clojure-font-lock t
"Non-nil means to use Clojure mode font-locking for input and result.