summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Ridolfi <giovanni.ridolfi@yahoo.it>2012-07-24 17:05:16 +0200
committerBastien Guerry <bzg@altern.org>2012-07-24 17:05:16 +0200
commit12a53c716189d142333e26b14e6ad836fbc70b35 (patch)
treebea0e59fc9d19ebd6d9fd0d4b426ef33be88b678
parentb0f2e083b7734b30cef47803cc7b08163d0ade4c (diff)
downloadorg-mode-12a53c716189d142333e26b14e6ad836fbc70b35.tar.gz
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 fea1b82befb the manual has not been updated, let's do it now.
-rw-r--r--doc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 8747aa2..11b8a64 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -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}