changeset 93783:2d18de0ed108

Comment.
author Glenn Morris <rgm@gnu.org>
date Sun, 06 Apr 2008 20:44:31 +0000
parents a7aaeba2c2bc
children 4ad805f0f03f
files lisp/calendar/cal-julian.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-julian.el	Sun Apr 06 20:44:19 2008 +0000
+++ b/lisp/calendar/cal-julian.el	Sun Apr 06 20:44:31 2008 +0000
@@ -204,13 +204,13 @@
 
 (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-julian-date ()
   "Julian calendar equivalent of date diary entry."
   (format "Julian date: %s" (calendar-julian-date-string 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-astro-day-number ()
   "Astronomical (Julian) day number diary entry."