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

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

[nongnu] elpa/scroll-on-jump dd2818d906 17/31: Cleanup: make docstring u


From: ELPA Syncer
Subject: [nongnu] elpa/scroll-on-jump dd2818d906 17/31: Cleanup: make docstring under 80 chars
Date: Thu, 7 Jul 2022 12:03:13 -0400 (EDT)

branch: elpa/scroll-on-jump
commit dd2818d906bcf4f8471d2e45cf5c0c743cc23d29
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: make docstring under 80 chars
---
 scroll-on-jump.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scroll-on-jump.el b/scroll-on-jump.el
index f0cdc035c9..996d3d7b6c 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -41,7 +41,7 @@
 ;; Custom Variables
 
 (defcustom scroll-on-jump-duration 0.4
-  "The time in allowed (in seconds) for scrolling to the next position (zero 
disables)."
+  "Duration (in seconds) for scrolling to the next position (zero disables)."
   :group 'scroll-on-jump
   :type 'integer)
 



reply via email to

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