Skip to content

Commit e9ef904

Browse files
LemonBreezesHenrik Lissner
authored and
Henrik Lissner
committed
docs(calendar): say calfw instead of the calendar
1 parent fc2682e commit e9ef904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/app/calendar/autoload.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(defvar +calendar--wconf nil)
44
(defvar +calendar-workspace-name "*calendar*"
5-
"Name of the workspace created by `=calendar', dedicated to the calendar.")
5+
"Name of the workspace created by `=calendar', dedicated to calfw.")
66

77
(defun +calendar--init ()
88
(if-let (win (cl-find-if (lambda (b) (string-match-p "^\\*cfw:" (buffer-name b)))

0 commit comments

Comments
 (0)