emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cd2c45a3890 3/3: ; hierarchy-tests.el: keep doc string within 80


From: Mattias Engdegård
Subject: master cd2c45a3890 3/3: ; hierarchy-tests.el: keep doc string within 80 columns
Date: Wed, 31 Jan 2024 11:56:13 -0500 (EST)

branch: master
commit cd2c45a3890601e1bc498c81e64791fead6efc86
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; hierarchy-tests.el: keep doc string within 80 columns
---
 test/lisp/emacs-lisp/hierarchy-tests.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/lisp/emacs-lisp/hierarchy-tests.el 
b/test/lisp/emacs-lisp/hierarchy-tests.el
index 49c812edb05..3333f4014e6 100644
--- a/test/lisp/emacs-lisp/hierarchy-tests.el
+++ b/test/lisp/emacs-lisp/hierarchy-tests.el
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]