branch: elpa/subed commit 808ef9222632980a2e8dd13e3b3c00ca3682fe28 Author: Random User <rnd...@posteo.de> Commit: Random User <rnd...@posteo.de>
Fix comment --- subed/subed-config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subed/subed-config.el b/subed/subed-config.el index bf742ad..fc1cedd 100644 --- a/subed/subed-config.el +++ b/subed/subed-config.el @@ -268,8 +268,8 @@ subtitle's start time.") (when (and new-point subed--status-point (not (= new-point subed--status-point))) - ;; If point is synced to playback position, temporarily disable that to - ;; prevent race conditions that make the cursor doesn't move unexpectedly. + ;; If point is synced to playback position, temporarily prevent unexpected + ;; movement of the cursor. (subed-disable-sync-point-to-player-temporarily) (setq subed--status-point new-point)