branch: elpa/subed commit 5b64bccaf3b33486d5ef710f62eb77b0ca0d9e1e Author: Random User <rnd...@posteo.de> Commit: Random User <rnd...@posteo.de>
Fix typo in 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 260af16..7b9e77d 100644 --- a/subed/subed-srt.el +++ b/subed/subed-srt.el @@ -320,7 +320,7 @@ Return point or nil if there is no previous subtitle." ignore-spacing) "Add MSECS milliseconds to start time (use negative value to subtract). -Unless IGNORE-NEGATIVE-DURATION is non-nil, recude MSECS so that +Unless IGNORE-NEGATIVE-DURATION is non-nil, reduce MSECS so that the start time isn't larger than the stop time. Zero-length subtiltes are always allowed.