summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-07-14 09:06:24 +0200
committerBastien Guerry <bzg@altern.org>2012-07-14 09:06:24 +0200
commitdacd62b98d788aee7dd7e5d176af28c187d98161 (patch)
tree76c98f119eec51ef92782a5b97314cf9dddad325
parentfea1b82befb73027b0a4ad00527dccd6a90e5479 (diff)
downloadorg-mode-dacd62b98d788aee7dd7e5d176af28c187d98161.tar.gz
org.el (org-use-fast-todo-selection): Reformat docstring.
* org.el (org-use-fast-todo-selection): Reformat docstring.
-rw-r--r--lisp/org.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/org.el b/lisp/org.el
index ddc6285..2e1a26c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -2196,16 +2196,16 @@ selection scheme.
When nil, fast selection is never used.
-When the symbol `prefix', it will be used when `org-todo' is called with
-a prefix argument, i.e. `C-u C-c C-t' in an Org-mode buffer, and `C-u t'
-in an agenda buffer.
+When the symbol `prefix', it will be used when `org-todo' is called
+with a prefix argument, i.e. `C-u C-c C-t' in an Org-mode buffer, and
+`C-u t' in an agenda buffer.
When t, fast selection is used by default. In this case, the prefix
argument forces cycling instead.
-In all cases, the special interface is only used if access keys have actually
-been assigned by the user, i.e. if keywords in the configuration are followed
-by a letter in parenthesis, like TODO(t)."
+In all cases, the special interface is only used if access keys have
+actually been assigned by the user, i.e. if keywords in the configuration
+are followed by a letter in parenthesis, like TODO(t)."
:group 'org-todo
:type '(choice
(const :tag "Never" nil)