From 2cf2de0f7a7034deb6501f2255e57a506bcf16fe Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 12 Sep 2023 11:43:17 -0400 Subject: Add documentation and scheduling functions --- emacsconf-stream.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacsconf-stream.el') diff --git a/emacsconf-stream.el b/emacsconf-stream.el index 60fad4d..b24bf9d 100644 --- a/emacsconf-stream.el +++ b/emacsconf-stream.el @@ -282,6 +282,7 @@ Final files should be stored in /data/emacsconf/stream/YEAR/video-slug--main.web filename)) (defun emacsconf-stream-open-pad (talk) + "Open the Etherpad collaborative document for TALK." (interactive (list (emacsconf-complete-talk-info))) (setq talk (emacsconf-resolve-talk talk)) (emacsconf-stream-track-ssh -- cgit v1.2.3