From 6808a1a1c0658991c40beaf8b125726ae3f4b232 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 24 Jul 2011 17:17:10 +0200 Subject: [PATCH] org-agenda: fix two minor docstring typos. --- lisp/org-agenda.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index e150504bc..ba62a3d1a 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) -- 2.11.4.GIT