summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2019-08-09 10:04:02 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2019-08-09 10:04:02 +0200
commitdb6952cfe4d05e1f402ba721838bcb410f96db95 (patch)
treef72e2475a72aebebe44beb50585cb0939de60f81
parent60e5faf67649fa8de24de40d5f526cdbf195b575 (diff)
downloadorg-mode-db6952cfe4d05e1f402ba721838bcb410f96db95.tar.gz
Improve docstring of `org-todo'
-rw-r--r--lisp/org.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 8c026d3..6dc7b4a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -9980,16 +9980,18 @@ example: when the item starts with TODO, it is changed to DONE.
When it starts with DONE, the DONE is removed. And when neither TODO nor
DONE are present, add TODO at the beginning of the heading.
-With `\\[universal-argument]' prefix ARG, use completion to determine the new \
-state.
+With `\\[universal-argument]' prefix ARG, change the keyword selection method. \
+See the docstring
+of the varible `org-use-fast-todo-selection' for more details.
With numeric prefix ARG, switch to that state.
With a `\\[universal-argument] \\[universal-argument]' prefix, switch to the \
next set of TODO \
keywords (nextset).
+Another way to achieve this is `S-C-<right>'.
With a `\\[universal-argument] \\[universal-argument] \\[universal-argument]' \
prefix, force logging the state change and take
a logging note.
-With a `\\[universal-argument] \\[universal-argument] \\[universal-argument] \\[universal-argument]' \
+With a `\\[universal-argument] \\[universal-argument] \\[universal-argument] \\[universal-argument]' \
prefix, circumvent any state blocking.
With a numeric prefix arg of 0, inhibit note taking for the change.
With a numeric prefix arg of -1, cancel repeater to allow marking as DONE.