Function: cider-repl--help-hint

cider-repl--help-hint is a byte-compiled function defined in cider-repl.el.

Signature

(cider-repl--help-hint)

Documentation

Generate the compact help hint shown below the REPL banner.

The full getting-started help now lives in cider-repl-help.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-repl.el
(defun cider-repl--help-hint ()
  "Generate the compact help hint shown below the REPL banner.
The full getting-started help now lives in `cider-repl-help'."
  (substitute-command-keys
   ";;
;; New to CIDER?  \\<cider-repl-mode-map>\\[cider-repl-help] for a REPL reference, \\[cider-view-manual] for the manual.
"))