summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-24 17:17:10 +0200
committerBastien Guerry <bzg@altern.org>2011-07-24 17:17:10 +0200
commit6808a1a1c0658991c40beaf8b125726ae3f4b232 (patch)
treee7ed827833809177dcd23d6c8aeeb6e41c129a13
parent162080f5f8ee7f5a9ee3636ee19379cfa76c926e (diff)
downloadorg-mode-6808a1a1c0658991c40beaf8b125726ae3f4b232.tar.gz
org-agenda: fix two minor docstring typos.
-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 e150504..ba62a3d 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -7572,7 +7572,7 @@ be used to request time specification in the time stamp."
(defun org-agenda-schedule (arg &optional time)
"Schedule the item at point.
-Arg is passed through to `org-schedule'."
+ARG is passed through to `org-schedule'."
(interactive "P")
(org-agenda-check-type t 'agenda 'timeline 'todo 'tags 'search)
(org-agenda-check-no-diary)
@@ -7594,7 +7594,7 @@ Arg is passed through to `org-schedule'."
(defun org-agenda-deadline (arg &optional time)
"Schedule the item at point.
-Arg is passed through to `org-deadline'."
+ARG is passed through to `org-deadline'."
(interactive "P")
(org-agenda-check-type t 'agenda 'timeline 'todo 'tags 'search)
(org-agenda-check-no-diary)