; hierarchy-tests.el: keep doc string within 80 columns
This commit is contained in:
parent
344a846b07
commit
cd2c45a389
1 changed files with 3 additions and 2 deletions
|
@ -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.0–0.9."
|
||||
Basically, feed the number, minus 1, to
|
||||
`hierarchy-examples-delayed--find-number' and then create a list of the
|
||||
number plus 0.0–0.9."
|
||||
|
||||
(when (> hier-elem 1)
|
||||
(let ((next (hierarchy-examples-delayed--find-number (1- hier-elem))))
|
||||
|
|
Loading…
Add table
Reference in a new issue