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 05ed92c commit 06d2692Copy full SHA for 06d2692
cider-overlays.el
@@ -233,7 +233,7 @@ overlay."
233
(setq display-string
234
(concat (substring display-string 0 (* 3 (window-width)))
235
(substitute-command-keys
236
- "...\nResult truncated. Type `\\[cider-inspect-last-result]' to inspect it."))))
+ "...\nResult truncated. Type `p' to inspect it."))))
237
;; Create the result overlay.
238
(setq o (apply #'cider--make-overlay
239
beg end type
0 commit comments