branch: elpa/subed
commit 33f27c56c9b410a8c1b2c3acf045e4ca819702a7
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 8a7d506..d4dfd12 100644
--- a/subed/subed-srt.el
+++ b/subed/subed-srt.el
@@ -464,7 +464,7 @@ each subtitle."
             (setq id (1+ id))))))))
 
 (defun subed-srt-sanitize ()
-  "Remove surplus newlines and whitespace"
+  "Remove surplus newlines and whitespace."
   (interactive)
   (atomic-change-group
     (save-match-data

Reply via email to