Skip to content

Commit 06d2692

Browse files
[Debugger] Fix overlay message when the result is too large (#2793)
Fixes #2047 (comment).
1 parent 05ed92c commit 06d2692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-overlays.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ overlay."
233233
(setq display-string
234234
(concat (substring display-string 0 (* 3 (window-width)))
235235
(substitute-command-keys
236-
"...\nResult truncated. Type `\\[cider-inspect-last-result]' to inspect it."))))
236+
"...\nResult truncated. Type `p' to inspect it."))))
237237
;; Create the result overlay.
238238
(setq o (apply #'cider--make-overlay
239239
beg end type

0 commit comments

Comments
 (0)