From e9ef904eeef28c31ca07055f0cce8c5eafeb4179 Mon Sep 17 00:00:00 2001 From: Antonio Ruiz Date: Wed, 31 Aug 2022 15:16:20 -0400 Subject: [PATCH] docs(calendar): say calfw instead of the calendar --- modules/app/calendar/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/app/calendar/autoload.el b/modules/app/calendar/autoload.el index 314380171..3dc9efb1e 100644 --- a/modules/app/calendar/autoload.el +++ b/modules/app/calendar/autoload.el @@ -2,7 +2,7 @@ (defvar +calendar--wconf nil) (defvar +calendar-workspace-name "*calendar*" - "Name of the workspace created by `=calendar', dedicated to the calendar.") + "Name of the workspace created by `=calendar', dedicated to calfw.") (defun +calendar--init () (if-let (win (cl-find-if (lambda (b) (string-match-p "^\\*cfw:" (buffer-name b)))