File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -776,15 +776,15 @@ process buffer for a list of commands.)"
776776
777777;;;### autoload
778778(defun inf-clojure-connect (host port )
779- " Connect to a running socket-repl via `inf-clojure' .
779+ " Connect to a running socket REPL server via `inf-clojure' .
780780HOST is the host the process is running on, PORT is where it's listening."
781781 (interactive " shost: \n nport: " )
782782 (inf-clojure (cons host port)))
783783
784784(defun inf-clojure--forms-without-newlines (str )
785785 " Remove newlines between toplevel forms.
786786STR is a string of contents to be evaluated. When sending
787- multiple forms to a socket repl , each newline triggers a prompt.
787+ multiple forms to a REPL , each newline triggers a prompt.
788788So we replace all newlines between top level forms but not inside
789789of forms."
790790 (condition-case nil
You can’t perform that action at this time.
0 commit comments