Skip to content

Commit dd7dd78

Browse files
committed
Tweak a couple of docstrings
1 parent 9841b38 commit dd7dd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inf-clojure.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'.
780780
HOST is the host the process is running on, PORT is where it's listening."
781781
(interactive "shost: \nnport: ")
782782
(inf-clojure (cons host port)))
783783

784784
(defun inf-clojure--forms-without-newlines (str)
785785
"Remove newlines between toplevel forms.
786786
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.
788788
So we replace all newlines between top level forms but not inside
789789
of forms."
790790
(condition-case nil

0 commit comments

Comments
 (0)