; hierarchy-tests.el: keep doc string within 80 columns

This commit is contained in:
Mattias Engdegård 2024-01-31 17:50:30 +01:00
parent 344a846b07
commit cd2c45a389

View file

@ -570,8 +570,9 @@ should fail as this function will crash."
(defun hierarchy-examples-delayed--childrenfn (hier-elem)
"Return the children of HIER-ELEM.
Basically, feed the number, minus 1, to `hierarchy-examples-delayed--find-number'
and then create a list of the number plus 0.00.9."
Basically, feed the number, minus 1, to
`hierarchy-examples-delayed--find-number' and then create a list of the
number plus 0.00.9."
(when (> hier-elem 1)
(let ((next (hierarchy-examples-delayed--find-number (1- hier-elem))))