branch: master commit c6d566633276259d78bed7046a41348186555d32 Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>
packages/excorporate: Fix comment typo. * packages/excorporate/excorporate-diary.el (exco-diary-insert-meeting): Fix comment typo. --- packages/excorporate/excorporate-diary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/excorporate/excorporate-diary.el b/packages/excorporate/excorporate-diary.el index c4c94e1..a418f71 100644 --- a/packages/excorporate/excorporate-diary.el +++ b/packages/excorporate/excorporate-diary.el @@ -123,7 +123,7 @@ Call FINALIZE after the meeting has been inserted." (when (not (string-match "^Cancel[l]?ed: " subject)) ;; FIXME: Sometimes meetings are duplicated if they have ;; overlapping (and (diary-cyclic ...) (diary-block ...)) ranges, - ;; e.g., on in the today file and one in the transient file. + ;; e.g., one in the today file and one in the transient file. ;; Maybe we should de-duplicate them in the final display. If the ;; meeting start time is sometime today then put it in today's ;; diary file, otherwise put it in the transient one.