Function: cider-view-manual

cider-view-manual is an autoloaded, interactive and byte-compiled function defined in cider-util.el.

Signature

(cider-view-manual)

Documentation

View the manual in your default browser.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-util.el
;;;###autoload
(defun cider-view-manual ()
  "View the manual in your default browser."
  (interactive)
  (browse-url (cider-manual-url)))