Skip to content

Commit df63462

Browse files
committed
Fix lint warnings
1 parent 05db599 commit df63462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider-debug.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ configure `cider-debug-prompt' instead."
158158
"Used as an overlay's before-string prop to place a fringe arrow.")
159159

160160
(defun cider--debug-display-result-overlay (value caught)
161-
"Place an overlay at point displaying VALUE."
161+
"Place an overlay at point displaying VALUE.
162+
When CAUGHT is non-nil, display it as an error message overlay."
162163
(when cider-debug-use-overlays
163164
;; This is cosmetic, let's ensure it doesn't break the session no matter what.
164165
(ignore-errors

0 commit comments

Comments
 (0)