Skip to content

Commit ab1fa13

Browse files
katomusobbatsov
authored andcommitted
Change docstring to fix linting warnings
1 parent 26c2713 commit ab1fa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-cheatsheet.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ When you make it to a Clojure var its doc buffer gets displayed."
570570
(cider-cheatsheet--select-var cheatsheet-data)))
571571

572572
(cl-defun cider-cheatsheet--insert-hierarchy (hierarchy &optional (level 0))
573-
"Insert the cheatsheet hierarchy with visual indentation for each level."
573+
"Insert HIERARCHY with visual indentation for LEVEL."
574574
(dolist (node hierarchy)
575575
(if (stringp (car node))
576576
(progn

0 commit comments

Comments
 (0)