Skip to content

Commit 5029755

Browse files
committed
Tiny fix
1 parent fdb83ec commit 5029755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ If BACKWARD is non-nil search backward."
336336
(defun cider-repl-end-of-defun ()
337337
"Move to end of defun."
338338
(interactive)
339-
;; C.f. `cider-repl-beginning-of-defun.'
339+
;; C.f. `cider-repl-beginning-of-defun'
340340
(if (and (not (= (point) (point-max)))
341341
(cider-repl--in-input-area-p))
342342
(goto-char (point-max))

0 commit comments

Comments
 (0)