branch: elpa/telephone-line
commit 356e7b8834b587bd00dce09694f13b96aa0c3eb3
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>
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