From 162080f5f8ee7f5a9ee3636ee19379cfa76c926e Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 24 Jul 2011 16:44:48 +0200 Subject: [PATCH] org.el: tiny typo in docstring. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index bd74e0274..ca89ab58c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -11823,7 +11823,7 @@ nil." (defun org-add-planning-info (what &optional time &rest remove) "Insert new timestamp with keyword in the line directly after the headline. -WHAT indicates what kind of time stamp to add. TIME indicated the time to use. +WHAT indicates what kind of time stamp to add. TIME indicates the time to use. If non is given, the user is prompted for a date. REMOVE indicates what kind of entries to remove. An old WHAT entry will also be removed." -- 2.11.4.GIT