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

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

[nongnu] elpa/telephone-line 0e6fbc2a23 165/195: Merge branch 'master' i


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line 0e6fbc2a23 165/195: Merge branch 'master' into master
Date: Wed, 5 Jan 2022 02:59:48 -0500 (EST)

branch: elpa/telephone-line
commit 0e6fbc2a23b380eec79da020052dad724c224cab
Merge: 305b5dbfec fb62b73c9f
Author: Sebastián Monía <seb.hoagie@outlook.com>
Commit: GitHub <noreply@github.com>

    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

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