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

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

[nongnu] elpa/subed 4865fedd66 5/5: Tweak docstrings to fit within 80 ch


From: ELPA Syncer
Subject: [nongnu] elpa/subed 4865fedd66 5/5: Tweak docstrings to fit within 80 characters
Date: Thu, 30 Dec 2021 03:58:47 -0500 (EST)

branch: elpa/subed
commit 4865fedd661d948e48fb0e26516b6c1dd44073d1
Author: Sacha Chua <sacha@sachachua.com>
Commit: Sacha Chua <sacha@sachachua.com>

    Tweak docstrings to fit within 80 characters
    
    * subed/subed-config.el (subed--subtitle-format): Tweak docstring to
    fit within 80 characters.
    (subed-enforce-time-boundaries): Tweak docstring to
    fit within 80 characters.
    (subed-point-sync-delay-after-motion): Tweak docstring to
    fit within 80 characters.
---
 subed/subed-config.el | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/subed/subed-config.el b/subed/subed-config.el
index 8c584c739b..839f13a151 100644
--- a/subed/subed-config.el
+++ b/subed/subed-config.el
@@ -34,7 +34,7 @@
   :prefix "subed-")
 
 (defvar-local subed--subtitle-format nil
-  "Short form of the name of the subtitle format in the current buffer (e.g. 
\"srt\").")
+  "Short form of the subtitle format in the current buffer (e.g. \"srt\").")
 
 ;; This variable is set in subed.el to avoid compiler warnings because it uses
 ;; functions defined in subed-common.el, and (require 'subed-common) results in
@@ -158,7 +158,9 @@ If set to zero or smaller, playback is paused."
   :group 'subed)
 
 (defcustom subed-enforce-time-boundaries t
-  "Whether to refuse time adjustments that result in overlapping subtitles or 
negative duration."
+  "Non-nil means refuse time adjustments that result in invalid subtitles.
+For example, refuse adjustments that result in overlapping
+subtitles or negative duration."
   :type 'boolean
   :group 'subed)
 
@@ -180,7 +182,9 @@ If set to zero or smaller, playback is paused."
 
 
 (defcustom subed-point-sync-delay-after-motion 1.0
-  "Number of seconds the player can't adjust point after point was moved by 
the user."
+  "Player sync point delay in seconds after the user moves the point.
+This prevents the player from moving the point while the user is
+doing so."
   :type 'float
   :group 'subed)
 



reply via email to

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