diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-06 20:49:40 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-06 20:49:40 +0000 |
commit | 8c34d83efa3bc9a6549dafdcd5e3fe5ba96724e2 (patch) | |
tree | 2d985c0ad6a16855e220c3e8348eec1ecfa44d7e /lisp/calendar/lunar.el | |
parent | 4dedde3c4c3baa29eacbd18d1abab9f75ea2560f (diff) | |
download | emacs-8c34d83efa3bc9a6549dafdcd5e3fe5ba96724e2.tar.gz emacs-8c34d83efa3bc9a6549dafdcd5e3fe5ba96724e2.tar.bz2 emacs-8c34d83efa3bc9a6549dafdcd5e3fe5ba96724e2.zip |
Comment.
Diffstat (limited to 'lisp/calendar/lunar.el')
-rw-r--r-- | lisp/calendar/lunar.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el index 549bf689c29..63fa7212766 100644 --- a/lisp/calendar/lunar.el +++ b/lisp/calendar/lunar.el @@ -211,6 +211,7 @@ remainder mod 4 gives the phase: 0 new moon, 1 first quarter, 2 full moon, (lunar-phase-list m1 y1) "\n"))) (message "Computing phases of the moon...done"))) +;; FIXME ? ;;;###autoload (defun phases-of-moon (&optional arg) "Display the quarters of the moon for last month, this month, and next month. @@ -226,7 +227,7 @@ This function is suitable for execution in a .emacs file." (defvar date) -;; To be called from list-sexp-diary-entries, where DATE is bound. +;; To be called from diary-list-sexp-entries, where DATE is bound. ;;;###diary-autoload (defun diary-phases-of-moon (&optional mark) |