docs(calendar): say calfw instead of the calendar

This commit is contained in:
Antonio Ruiz 2022-08-31 15:16:20 -04:00 committed by Henrik Lissner
parent fc2682e4ff
commit e9ef904eee

View file

@ -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)))