branch: elpa/scroll-on-jump
commit dd2818d906bcf4f8471d2e45cf5c0c743cc23d29
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    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