Browse Source

Merge branch 'master' into taskjuggler-export

Christian Egli 15 years ago
parent
commit
373199319a
2 changed files with 6 additions and 2 deletions
  1. 4 0
      lisp/ChangeLog
  2. 2 2
      lisp/org-timer.el

+ 4 - 0
lisp/ChangeLog

@@ -8,6 +8,10 @@
 	* org-exp.el (org-export): Added taskjuggler export to the export
 	dispatcher.
 
+2010-06-08  Bastien Guerry  <bzg@altern.org>
+
+	* org-timer.el (org-timer-set-timer): Fix typo in the docstring.
+
 2010-05-28  Bastien Guerry  <bzg@altern.org>
 
 	* org-timer.el (org-timer-set-timer): Use a prefix argument.

+ 2 - 2
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")