0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 21:07:54 +00:00

org-agenda: fix two minor docstring typos.

This commit is contained in:
Bastien Guerry 2011-07-24 17:17:10 +02:00
parent 162080f5f8
commit 6808a1a1c0

View file

@ -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)