changeset 93786:73834faa86af

Comment.
author Glenn Morris <rgm@gnu.org>
date Sun, 06 Apr 2008 20:46:27 +0000
parents df192d334c0a
children 047187066e1d
files lisp/calendar/lunar.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/lunar.el	Sun Apr 06 20:45:03 2008 +0000
+++ b/lisp/calendar/lunar.el	Sun Apr 06 20:46:27 2008 +0000
@@ -211,6 +211,7 @@
         (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 @@
 
 (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)