Sfoglia il codice sorgente

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.
Giovanni Ridolfi 12 anni fa
parent
commit
12a53c7161
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      doc/org.texi

+ 2 - 2
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}