Skip to content

Commit

Permalink
Update cider-connection.el
Browse files Browse the repository at this point in the history
Co-authored-by: vemv <[email protected]>
  • Loading branch information
garrett-hopper and vemv authored Aug 1, 2023
1 parent 65457ae commit 0e623e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-connection.el
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Possible choices are `prompt', `auto', `any', and nil.
"The REPL type to be chosen in .cljc buffers."
:type '(choice (const :tag "Clojure" clj)
(const :tag "ClojureScript" cljs)
(const :tag "Multi" multi))
(const :tag "Multi (evaluate in Clojure and ClojureScript simultaneously)" multi))
:group 'cider)

;;; Connect
Expand Down

0 comments on commit 0e623e1

Please sign in to comment.