Skip to content

Commit

Permalink
Change docstring to fix linting warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
katomuso committed May 26, 2024
1 parent 857979d commit 3e840d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-cheatsheet.el
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ When you make it to a Clojure var its doc buffer gets displayed."
(cider-cheatsheet--select-var cheatsheet-data)))

(cl-defun cider-cheatsheet--insert-hierarchy (hierarchy &optional (level 0))
"Insert the cheatsheet hierarchy with visual indentation for each level."
"Insert HIERARCHY with visual indentation for LEVEL."
(dolist (node hierarchy)
(if (stringp (car node))
(progn
Expand Down

0 comments on commit 3e840d1

Please sign in to comment.