Bernt Hansen 15 年之前
父節點
當前提交
7cd1f56c2a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -6665,7 +6665,7 @@ The cursor may be at a date in the calendar, or in the Org agenda."
       (org-agenda-add-entry-to-org-agenda-diary-file 'day text d1))
       (org-agenda-add-entry-to-org-agenda-diary-file 'day text d1))
      ((equal char ?a)
      ((equal char ?a)
       (setq d1 (list (car d1) (nth 1 d1)
       (setq d1 (list (car d1) (nth 1 d1)
-		     (read-number (format "Referece year [%d]: " (nth 2 d1))
+		     (read-number (format "Reference year [%d]: " (nth 2 d1))
 				  (nth 2 d1))))
 				  (nth 2 d1))))
       (setq text (read-string "Anniversary (use %d to show years): "))
       (setq text (read-string "Anniversary (use %d to show years): "))
       (org-agenda-add-entry-to-org-agenda-diary-file 'anniversary text d1))
       (org-agenda-add-entry-to-org-agenda-diary-file 'anniversary text d1))