Skip to content

Commit c7a5de8

Browse files
committed
Use ;; instead of ;;; in the "output cleared" message
1 parent 6cbcf4e commit c7a5de8

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
@@ -830,7 +830,7 @@ With a prefix argument CLEAR-REPL it will clear the entire REPL buffer instead."
830830
(save-excursion
831831
(goto-char start)
832832
(insert
833-
(propertize ";;; output cleared" 'font-lock-face 'font-lock-comment-face))))))))
833+
(propertize ";; output cleared" 'font-lock-face 'font-lock-comment-face))))))))
834834

835835
(defun cider-repl-clear-banners ()
836836
"Delete the REPL banners."

0 commit comments

Comments
 (0)