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 26c2713 commit ab1fa13Copy full SHA for ab1fa13
cider-cheatsheet.el
@@ -570,7 +570,7 @@ When you make it to a Clojure var its doc buffer gets displayed."
570
(cider-cheatsheet--select-var cheatsheet-data)))
571
572
(cl-defun cider-cheatsheet--insert-hierarchy (hierarchy &optional (level 0))
573
- "Insert the cheatsheet hierarchy with visual indentation for each level."
+ "Insert HIERARCHY with visual indentation for LEVEL."
574
(dolist (node hierarchy)
575
(if (stringp (car node))
576
(progn
0 commit comments