branch: elpa/subed
commit b34eb47d11d94855b2390862b93f7c3e02e9b562
Author: Random User <rnd...@posteo.de>
Commit: Random User <rnd...@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