branch: elpa/subed commit 03ac820cc12ae27d8796e58c8c40b90cc8e8d429 Author: Sacha Chua <sa...@sachachua.com> Commit: Sacha Chua <sa...@sachachua.com>
Docfix: Add documentation of FLAGS to subed-mpv-screenshot * subed/subed-mpv.el (subed-mpv-screenshot): Add documentation --- subed/subed-mpv.el | 1 + 1 file changed, 1 insertion(+) diff --git a/subed/subed-mpv.el b/subed/subed-mpv.el index 26e2651606..51f60937d1 100644 --- a/subed/subed-mpv.el +++ b/subed/subed-mpv.el @@ -425,6 +425,7 @@ by frames until any other key is pressed." "Take a screenshot without subtitles. Save to FILE if specified. Use \\[universal-argument] to save to a specific file. +Passes FLAGS to MPV for taking the screenshot. Returns the filename." (setq flags (or flags 'video)) (interactive (list (if current-prefix-arg (read-file-name "Filename: "))))