emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/telephone-line 356e7b8834 117/195: Update docstring for ne


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line 356e7b8834 117/195: Update docstring for new axis
Date: Wed, 5 Jan 2022 02:59:34 -0500 (EST)

branch: elpa/telephone-line
commit 356e7b8834b587bd00dce09694f13b96aa0c3eb3
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: Daniel Bordak <dbordak@fastmail.fm>

    Update docstring for new axis
---
 telephone-line-utils.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/telephone-line-utils.el b/telephone-line-utils.el
index 95a4e9cedd..83192091b0 100644
--- a/telephone-line-utils.el
+++ b/telephone-line-utils.el
@@ -50,9 +50,8 @@
       (if x (cdr x) default))))
 
 (defun telephone-line-create-axis (length)
-  "Create an axis of length LENGTH.
-For odd lengths, this is a sequence from -((LENGTH-1)/2) to
-+((LENGTH-1)/2), so for instance a LENGTH of 9 produces:
+  "Create an axis of length LENGTH from -((LENGTH-1)/2) to +((LENGTH-1)/2).
+For instance a LENGTH of 9 produces:
 
   -4 -3 -2 -1 0 +1 +2 +3 +4
 



reply via email to

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