summaryrefslogtreecommitdiffstats
path: root/emacsconf-stream.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-11-05 08:49:23 -0500
committerSacha Chua <sacha@sachachua.com>2023-11-05 08:49:23 -0500
commitddc9d9ec2a8c9f702179f98eeeb0757cf042132d (patch)
treeed7c8537bb5bff172e1297f81360f9a3083325fa /emacsconf-stream.el
parente2c70a999ecebdcbfddd7b531ccfb9c6a7213158 (diff)
downloademacsconf-el-ddc9d9ec2a8c9f702179f98eeeb0757cf042132d.tar.xz
emacsconf-el-ddc9d9ec2a8c9f702179f98eeeb0757cf042132d.zip
update function name, add docstring
Diffstat (limited to 'emacsconf-stream.el')
-rw-r--r--emacsconf-stream.el3
1 files changed, 2 insertions, 1 deletions
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