changeset 92609:733bd38ed2dd

Comments.
author Glenn Morris <rgm@gnu.org>
date Sat, 08 Mar 2008 04:21:48 +0000
parents 18dc9ef91100
children 6f4bd17c2adc
files lisp/calendar/cal-iso.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-iso.el	Sat Mar 08 04:21:13 2008 +0000
+++ b/lisp/calendar/cal-iso.el	Sat Mar 08 04:21:48 2008 +0000
@@ -1,7 +1,7 @@
 ;;; cal-iso.el --- calendar functions for the ISO calendar
 
-;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;;   2008  Free Software Foundation, Inc.
 
 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
 ;; Maintainer: Glenn Morris <rgm@gnu.org>
@@ -135,6 +135,7 @@
 
 (defvar date)
 
+;; To be called from list-sexp-diary-entries, where DATE is bound.
 (defun diary-iso-date ()
   "ISO calendar equivalent of date diary entry."
   (format "ISO date: %s" (calendar-iso-date-string date)))