From 8dd8540f5534d7bb5384603b4db442c233bdd979 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 6 Jul 2012 12:34:36 +0200 Subject: [PATCH] org-clock.el (org-clock-in): Fix typo in docstring. * org-clock.el (org-clock-in): Fix typo in docstring. --- lisp/org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index bc3cf0877..ca855943d 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -1053,7 +1053,7 @@ With a prefix argument SELECT (\\[universal-argument]), offer a list of \ recently clocked tasks to clock into. When SELECT is \\[universal-argument] \\[universal-argument], \ clock into the current task and mark -is as the default task, a special task that will always be offered in +it as the default task, a special task that will always be offered in the clocking selection, associated with the letter `d'." (interactive "P") (setq org-clock-notification-was-shown nil) -- 2.11.4.GIT