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.)"
776
776
777
777
;;;### autoload
778
778
(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' .
780
780
HOST is the host the process is running on, PORT is where it's listening."
781
781
(interactive " shost: \n nport: " )
782
782
(inf-clojure (cons host port)))
783
783
784
784
(defun inf-clojure--forms-without-newlines (str )
785
785
" Remove newlines between toplevel forms.
786
786
STR 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.
788
788
So we replace all newlines between top level forms but not inside
789
789
of forms."
790
790
(condition-case nil
You can’t perform that action at this time.
0 commit comments