From ddc9d9ec2a8c9f702179f98eeeb0757cf042132d Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 5 Nov 2023 08:49:23 -0500 Subject: update function name, add docstring --- emacsconf-stream.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacsconf-stream.el') diff --git a/emacsconf-stream.el b/emacsconf-stream.el index 33c0319..a347c81 100644 --- a/emacsconf-stream.el +++ b/emacsconf-stream.el @@ -473,7 +473,7 @@ With a prefix argument (\\[universal-argument]), clear the overlay." (defun emacsconf-stream-generate-title-pages (&optional info) (interactive) - (setq info (emacsconf-prepare-for-display (or info (emacsconf-get-talk-info)))) + (setq info (emacsconf-publish-prepare-for-display (or info (emacsconf-get-talk-info)))) (let ((title-dir (expand-file-name "titles" emacsconf-stream-asset-dir))) (unless (file-directory-p title-dir) (make-directory title-dir t)) (set-frame-size nil 1280 720 t) @@ -835,6 +835,7 @@ ffplay URL (setq emacsconf-stream-clock-timer (run-at-time t 1 #'emacsconf-stream-update-time)))) (defun emacsconf-stream-update-time () + "Update the displayed time." (if (get-buffer emacsconf-stream-clock-buffer) (when (get-buffer-window emacsconf-stream-clock-buffer) (with-current-buffer emacsconf-stream-clock-buffer -- cgit v1.2.3