Skip to content

Commit 1f6a375

Browse files
committed
Improve a docstring
1 parent 0521e04 commit 1f6a375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider-interaction.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,8 @@ unconditionally."
19531953

19541954
(defun cider-load-buffer (&optional buffer)
19551955
"Load (eval) BUFFER's file in nREPL.
1956-
If no buffer is provided the command acts on the current buffer."
1956+
If no buffer is provided the command acts on the current buffer.
1957+
The heavy lifting is done by `cider-load-file'."
19571958
(interactive)
19581959
(check-parens)
19591960
(setq buffer (or buffer (current-buffer)))

0 commit comments

Comments
 (0)