From a85cb37d47f525bf3f40cda8813f32e2257011d5 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 8 Jun 2010 09:35:07 +0200 Subject: [PATCH] * org-timer.el (org-timer-set-timer): Fix typo in the docstring. --- lisp/ChangeLog | 4 ++++ lisp/org-timer.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ba1b9ec7..3034f56fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-06-08 Bastien Guerry + + * org-timer.el (org-timer-set-timer): Fix typo in the docstring. + 2010-05-28 Bastien Guerry * org-timer.el (org-timer-set-timer): Use a prefix argument. diff --git a/lisp/org-timer.el b/lisp/org-timer.el index 88ae69a79..e0817c8df 100644 --- a/lisp/org-timer.el +++ b/lisp/org-timer.el @@ -320,10 +320,10 @@ prompt the use if she wants to replace it. Called with a numeric prefix argument, use this numeric value as the duration of the timer. -Called with a `C-u' prefix argument, use `org-timer-default-timer' +Called with a `C-u' prefix arguments, use `org-timer-default-timer' without prompting the user for a duration. -With two `C-u' prefix argument, use `org-timer-default-timer' +With two `C-u' prefix arguments, use `org-timer-default-timer' without prompting the user for a duration and automatically replace any running timer." (interactive "P")