summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-04-26 11:39:44 +0200
committerBastien <bzg@gnu.org>2018-04-26 11:39:44 +0200
commit889a07583417ed66d0831a36e43927a8ab160f9d (patch)
tree1289bc7e89cc4343cac27ae91d1cf9907c037a0c
parent886ab9c7666602838028ca147e27c1949b9bd531 (diff)
downloadorg-mode-889a07583417ed66d0831a36e43927a8ab160f9d.tar.gz
org-manual.org: Tiny enhancement for `org-toggle-ordered-property'
Thanks to Allen Li for pointing this.
-rw-r--r--doc/org-manual.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index bdef9f6..b3799ae 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -4056,11 +4056,11 @@ property:
#+kindex: C-c C-x o
#+findex: org-toggle-ordered-property
#+vindex: org-track-ordered-property-with-tag
- Toggle the =ORDERED= property of the current entry. A property
- is used for this behavior because this should be local to the
- current entry, not inherited like a tag. However, if you would
- like to /track/ the value of this property with a tag for better
- visibility, customize the variable
+ Toggle the =ORDERED= property of the current entry. A property is
+ used for this behavior because this should be local to the
+ current entry, not inherited from entries above like a tag.
+ However, if you would like to /track/ the value of this property
+ with a tag for better visibility, customize the variable
~org-track-ordered-property-with-tag~.
- {{{kbd(C-u C-u C-u C-c C-t)}}} ::