branch: elpa/telephone-line
commit 0e6fbc2a23b380eec79da020052dad724c224cab
Merge: 305b5dbfec fb62b73c9f
Author: Sebastián Monía <[email protected]>
Commit: GitHub <[email protected]>

    Merge branch 'master' into master
---
 telephone-line-segments.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index 7800838520..991ab8fcfc 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -125,7 +125,7 @@ mouse-3: Toggle minor modes"
                  face ,face)))
 
 (defun telephone-line--hud-axis-func (y)
-  "This function does something with Y.  And it has a docstring now!"
+  "Generate a HUD axis value given the current position Y."
   (let* ((height (or telephone-line-height (frame-char-height)))
          (start (floor (* height (float (window-start))) (point-max)))
          (end (ceiling (* height (float (window-end))) (point-max))))

Reply via email to