emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-iso.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-iso.el,v
Date: Sat, 08 Mar 2008 19:59:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/08 19:59:47

Index: cal-iso.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-iso.el,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- cal-iso.el  8 Mar 2008 04:21:48 -0000       1.19
+++ cal-iso.el  8 Mar 2008 19:59:47 -0000       1.20
@@ -95,7 +95,9 @@
            (calendar-iso-date-string (calendar-cursor-to-date t))))
 
 (defun calendar-iso-read-args (&optional dayflag)
-  "Interactively read the arguments for an iso date command."
+  "Interactively read the arguments for an iso date command.
+Reads a year and week, and if DAYFLAG is non-nil a day (otherwise
+taken to be 1)."
   (let* ((today (calendar-current-date))
          (year (calendar-read
                 "ISO calendar year (>0): "




reply via email to

[Prev in Thread] Current Thread [Next in Thread]