]> git.eshelyaron.com Git - emacs.git/commitdiff
Comments.
authorGlenn Morris <rgm@gnu.org>
Sat, 8 Mar 2008 04:21:48 +0000 (04:21 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 8 Mar 2008 04:21:48 +0000 (04:21 +0000)
lisp/calendar/cal-iso.el

index 878953e9d85267545dd6de94237d74f072a47ecf..9df35d5f40a8a7d7eb96d0aae4074c2fef666486 100644 (file)
@@ -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 @@ Interactively, goes to the first day of the specified week."
 
 (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)))