summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-02-20 16:30:48 +0100
committerBastien Guerry <bzg@altern.org>2013-02-20 16:30:48 +0100
commit9a21403bd7d02c5b0d29feab475712ef162e974a (patch)
tree2b094405fdcce94cddc2f0c912eb54531aa7203c
parentbf5a33a3c09fde5f752515285fe60f1d68f716fc (diff)
downloadorg-mode-9a21403bd7d02c5b0d29feab475712ef162e974a.tar.gz
org-agenda.el (org-agenda-to-appt): Fix typos
* org-agenda.el (org-agenda-to-appt): Fix typos. Thanks to Sean Allred for reporting this.
-rw-r--r--lisp/org-agenda.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index bf77ad5..9cc82e0 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -9517,7 +9517,7 @@ By default `org-agenda-to-appt' will use :deadline, :scheduled
and :timestamp entries. See the docstring of `org-diary' for
details and examples.
-If an entry as a APPT_WARNTIME property, its value will be used
+If an entry has a APPT_WARNTIME property, its value will be used
to override `appt-message-warning-time'."
(interactive "P")
(if refresh (setq appt-time-msg-list nil))
@@ -9606,7 +9606,7 @@ By default `org-agenda-to-appt' will use :deadline, :scheduled
and :timestamp entries. See the docstring of `org-diary' for
details and examples.
-If an entry as a APPT_WARNTIME property, its value will be used
+If an entry has a APPT_WARNTIME property, its value will be used
to override `appt-message-warning-time'.
\(fn &optional REFRESH FILTER &rest ARGS)" t nil)