Function: cider-cheatsheet--buffer-contents
cider-cheatsheet--buffer-contents is a byte-compiled function defined
in cider-cheatsheet.el.
Signature
(cider-cheatsheet--buffer-contents)
Documentation
Generate cheatsheet buffer contents based on the cheatsheet hierarchy.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-cheatsheet.el
(defun cider-cheatsheet--buffer-contents ()
"Generate cheatsheet buffer contents based on the cheatsheet hierarchy."
(with-temp-buffer
(cider-cheatsheet--insert-hierarchy cider-cheatsheet-hierarchy)
(buffer-string)))