diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-12-01 20:03:19 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-12-01 20:03:19 -0500 |
commit | a6e0ea3f799b004e886d09114e51cc6d7ca88c8f (patch) | |
tree | c6d3b751694c237341ea120125302f8ce6e3a0e9 | |
parent | a9525a21833c57aee9591856284e923bbccff029 (diff) | |
download | emacsconf-el-a6e0ea3f799b004e886d09114e51cc6d7ca88c8f.tar.xz emacsconf-el-a6e0ea3f799b004e886d09114e51cc6d7ca88c8f.zip |
fix typo
-rw-r--r-- | emacsconf-schedule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index 6c5c211..260ef9c 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -25,7 +25,7 @@ ;;; Code: (defvar emacsconf-schedule-strategies - '(emacsconf-schedule-allocate-video-time-rounded-to-five) + '(emacsconf-schedule-allocate-video-time-round-up-to-five) "List of scheduling functions. Each function should take the info and manipulate it as needed, returning the new info.") |