We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb83ec commit 5029755Copy full SHA for 5029755
cider-repl.el
@@ -336,7 +336,7 @@ If BACKWARD is non-nil search backward."
336
(defun cider-repl-end-of-defun ()
337
"Move to end of defun."
338
(interactive)
339
- ;; C.f. `cider-repl-beginning-of-defun.'
+ ;; C.f. `cider-repl-beginning-of-defun'
340
(if (and (not (= (point) (point-max)))
341
(cider-repl--in-input-area-p))
342
(goto-char (point-max))
0 commit comments