branch: externals/org
commit cce846e5f7a4900cc97d2c10b16abf3cf7f9056c
Author: Ihor Radchenko <yanta...@gmail.com>
Commit: Ihor Radchenko <yanta...@posteo.net>

    org-manual: Clarify `org-timer-start' command description
    
    * doc/org-manual.org (Taking Notes with a Relative Timer): Emphasize
    that timer at point is only taken into account when called with prefix
    argument.
    
    Reported-by: Ypo <ypun...@gmail.com>
    Link: 
https://orgmode.org/list/ae3befcf-1f62-fc84-e63c-16cd45bba...@gmail.com
---
 doc/org-manual.org | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index a7250d3971..ad584d7a5d 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -7215,12 +7215,12 @@ The relative and countdown are started with separate 
commands.
   #+findex: org-timer-start
   Start or reset the relative timer.  By default, the timer is set
   to 0.  When called with a {{{kbd(C-u)}}} prefix, prompt the user for
-  a starting offset.  If there is a timer string at point, this is
-  taken as the default, providing a convenient way to restart taking
-  notes after a break in the process.  When called with a double
-  prefix argument {{{kbd(C-u C-u)}}}, change all timer strings in the
-  active region by a certain amount.  This can be used to fix timer
-  strings if the timer was not started at exactly the right moment.
+  a starting offset.  The prompt will default to a timer string at
+  point (if any), providing a convenient way to restart taking notes
+  after a break in the process.  When called with a double prefix
+  argument {{{kbd(C-u C-u)}}}, change all timer strings in the active
+  region by a certain amount.  This can be used to fix timer strings
+  if the timer was not started at exactly the right moment.
 
 - {{{kbd(C-c C-x ;)}}} (~org-timer-set-timer~) ::
 

Reply via email to