aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/org/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index c870ddd4e43..153e3772b0c 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -9533,7 +9533,7 @@ entries in that Org-mode file."
9533(defun org-agenda-phases-of-moon () 9533(defun org-agenda-phases-of-moon ()
9534 "Display the phases of the moon for the 3 months around the cursor date." 9534 "Display the phases of the moon for the 3 months around the cursor date."
9535 (interactive) 9535 (interactive)
9536 (org-agenda-execute-calendar-command 'calendar-phases-of-moon)) 9536 (org-agenda-execute-calendar-command 'calendar-lunar-phases))
9537 9537
9538(defun org-agenda-holidays () 9538(defun org-agenda-holidays ()
9539 "Display the holidays for the 3 months around the cursor date." 9539 "Display the holidays for the 3 months around the cursor date."