summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-07-06 12:34:36 +0200
committerBastien Guerry <bzg@altern.org>2012-07-06 12:34:36 +0200
commit8dd8540f5534d7bb5384603b4db442c233bdd979 (patch)
treebe70a538dd450c8548fee0e0636840364c673d8b
parent436b5a0ee9a751e7e2cc0768981ebb1207ce1baa (diff)
downloadorg-mode-8dd8540f5534d7bb5384603b4db442c233bdd979.tar.gz
org-clock.el (org-clock-in): Fix typo in docstring.
* org-clock.el (org-clock-in): Fix typo in docstring.
-rw-r--r--lisp/org-clock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index bc3cf08..ca85594 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)