diff --git a/inf-clojure.el b/inf-clojure.el index de656d8..f12d2bd 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -353,14 +353,14 @@ number (e.g. (\"localhost\" . 5555))." (defcustom inf-clojure-custom-startup nil - "Form to be used to start inf-clojure. + "Form to be used to start `inf-clojure'. Can be a cons pair of (host . port) where host is a string and port is an integer, or a string to startup an interpreter like \"planck\".") (defcustom inf-clojure-custom-repl-type nil - "REPL type to use for inf-clojure process buffer. + "REPL type to use for `inf-clojure' process buffer. Should be a symbol that is a key in `inf-clojure-repl-features'." :package-version '(inf-clojure . "3.0.0") :type '(choice (const :tag "clojure" clojure) @@ -387,7 +387,7 @@ comments." (concat s "\n"))) lines " "))) -(defun inf-clojure--sanitinze-command (command) +(defun inf-clojure--sanitize-command (command) "Sanitize COMMAND for sending it to a process. An example of things that this function does is to add a final newline at the end of the form. Return an empty string if the