org.texi: Update the key sequence for `org-clock-in-last' and `org-clock-cancel'.

* doc/org.texi (org-clock-in-last and org-clock-cancel): Update the
  defkeys.

TINYCHANGE

After commit fea1b82bef the manual has not been updated, let's do it now.
This commit is contained in:
Giovanni Ridolfi 2012-07-24 17:05:16 +02:00 committed by Bastien Guerry
parent b0f2e083b7
commit 12a53c7161
1 changed files with 2 additions and 2 deletions

View File

@ -6065,7 +6065,7 @@ HH:MM}. See the variable @code{org-log-note-clock-out} for the
possibility to record an additional note together with the clock-out
timestamp@footnote{The corresponding in-buffer setting is:
@code{#+STARTUP: lognoteclock-out}}.
@orgcmd{C-c C-x C-I,org-clock-in-last}
@orgcmd{C-c C-x C-x,org-clock-in-last}
@vindex org-clock-continuously
Reclock the last clocked task. With one @kbd{C-u} prefix argument,
select the task from the clock history. With two @kbd{C-u} prefixes,
@ -6085,7 +6085,7 @@ time so that duration keeps the same.
@orgcmd{C-c C-t,org-todo}
Changing the TODO state of an item to DONE automatically stops the clock
if it is running in this same item.
@orgcmd{C-c C-x C-x,org-clock-cancel}
@orgcmd{C-c C-x C-q,org-clock-cancel}
Cancel the current clock. This is useful if a clock was started by
mistake, or if you ended up working on something else.
@orgcmd{C-c C-x C-j,org-clock-goto}