nndiary.el (nndiary-last-occurence, nndiary-next-occurence): Note that "occurrence...
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jan 2014 22:40:36 +0000 (22:40 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 13 Jan 2014 22:40:36 +0000 (22:40 +0000)
lisp/nndiary.el

index 20a4c19..3453e91 100644 (file)
@@ -1314,6 +1314,8 @@ all.  This may very well take some time.")
        res))
     (sort res 'time-less-p)))
 
+;; FIXME: "occurrence" is misspelled in this function name.
+
 (defun nndiary-last-occurence (sched)
   ;; Returns the last occurrence of schedule SCHED as an Emacs time struct, or
   ;; nil for permanent schedule or errors.
@@ -1394,6 +1396,8 @@ all.  This may very well take some time.")
           nil))
        ))))
 
+;; FIXME: "occurrence" is misspelled in this function name.
+
 (defun nndiary-next-occurence (sched now)
   ;; Returns the next occurrence of schedule SCHED, starting from time NOW.
   ;; If there's no next occurrence, returns the last one (if any) which is then