summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-10-21 17:47:57 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-21 17:47:57 +0200
commit52b07a584c1b6ee7444065497acdf100716d6701 (patch)
treec1c071bf076c0191a9f7f0f208cefb774aac12b6
parent33f947dcb538af51792b79bfd482a8fdde3ff191 (diff)
downloadorg-mode-52b07a584c1b6ee7444065497acdf100716d6701.tar.gz
Manual: Minor improvement in priority section
-rw-r--r--doc/org.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 4a725d3..8fc3490 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -3895,13 +3895,13 @@ placing a @emph{priority cookie} into the headline of a TODO item, like this
@vindex org-priority-faces
By default, Org-mode supports three priorities: @samp{A}, @samp{B}, and
@samp{C}. @samp{A} is the highest priority. An entry without a cookie is
-treated as priority @samp{B}. Priorities make a difference only in the
-agenda (@pxref{Weekly/daily agenda}); outside the agenda, they have no
-inherent meaning to Org-mode. The cookies can be highlighted with special
-faces by customizing the variable @code{org-priority-faces}.
+treated just like priority @samp{B}. Priorities make a difference only for
+sorting in the agenda (@pxref{Weekly/daily agenda}); outside the agenda, they
+have no inherent meaning to Org-mode. The cookies can be highlighted with
+special faces by customizing the variable @code{org-priority-faces}.
-Priorities can be attached to any outline tree entries; they do not need
-to be TODO items.
+Priorities can be attached to any outline node; they do not need to be TODO
+items.
@table @kbd
@kindex @kbd{C-c ,}