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

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

[nongnu] elpa/subed b34eb47 158/389: Fix docstring


From: ELPA Syncer
Subject: [nongnu] elpa/subed b34eb47 158/389: Fix docstring
Date: Fri, 3 Dec 2021 11:00:17 -0500 (EST)

branch: elpa/subed
commit b34eb47d11d94855b2390862b93f7c3e02e9b562
Author: Random User <rndusr@posteo.de>
Commit: Random User <rndusr@posteo.de>

    Fix docstring
---
 subed/subed-srt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subed/subed-srt.el b/subed/subed-srt.el
index 8594bfd..1befbd6 100644
--- a/subed/subed-srt.el
+++ b/subed/subed-srt.el
@@ -58,7 +58,7 @@ Return nil if TIME-STRING doesn't match the pattern."
             "," (format "%03d" (mod msecs 1000)))))
 
 (defun subed-srt--subtitle-id ()
-  "Return the ID of subtitle at point or nil if there is no ID."
+  "Return the ID of the subtitle at point or nil if there is no ID."
   (save-excursion
     (when (subed-srt--jump-to-subtitle-id)
       (string-to-number (current-word)))))



reply via email to

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