branch: elpa/cider
commit 0cba67d13973bb142b63333c3b4f1b2946ea91f9
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Fix docstring quoting in cider-cljs-repl-type
    
    Use `symbol' notation for symbol references in prose, not \='
    which is meant for literal code examples.
---
 lisp/cider-connection.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/cider-connection.el b/lisp/cider-connection.el
index e015f6b457b..a543598e694 100644
--- a/lisp/cider-connection.el
+++ b/lisp/cider-connection.el
@@ -781,7 +781,7 @@ Session name can be customized with 
`cider-session-name-template'."
 ;;; REPL Buffer Init
 
 (defvar-local cider-cljs-repl-type nil
-  "The type of the ClojureScript runtime (\\='browser, \\='node, \\='figwheel, 
etc.).")
+  "The type of the ClojureScript runtime (`browser', `node', `figwheel', 
etc.).")
 
 (defvar-local cider-repl-type nil
   "The type of this REPL buffer, usually either clj or cljs.")

Reply via email to