]> git.eshelyaron.com Git - emacs.git/commitdiff
; hierarchy-tests.el: keep doc string within 80 columns
authorMattias Engdegård <mattiase@acm.org>
Wed, 31 Jan 2024 16:50:30 +0000 (17:50 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:17:13 +0000 (21:17 +0100)
(cherry picked from commit cd2c45a3890601e1bc498c81e64791fead6efc86)

test/lisp/emacs-lisp/hierarchy-tests.el

index 49c812edb05d4ff20abecdc4d0e92e5dc6fcac4d..3333f4014e6c133cdee1c3a052cdcfef04cccb59 100644 (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.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))))