Skip to content

Commit ae22b86

Browse files
committed
Fix a couple of small mistakes in the cider-repl-use-pretty-printing defcustom
1 parent aeccd83 commit ae22b86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cider-repl.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,11 @@ defaults to the variable `fill-column'."
130130

131131
(defcustom cider-repl-use-content-types t
132132
"Control whether REPL results are presented using content-type information.
133-
The `cider-toggle-content-types' command can be used to interactively
133+
The `cider-repl-toggle-content-types' command can be used to interactively
134134
change the setting's value."
135135
:type 'boolean
136-
:group 'cider-repl)
136+
:group 'cider-repl
137+
:package-version '(cider . "0.17.0"))
137138

138139
(defcustom cider-repl-use-clojure-font-lock t
139140
"Non-nil means to use Clojure mode font-locking for input and result.

0 commit comments

Comments
 (0)