summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2008-09-19 16:10:09 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2008-09-19 16:10:09 +0200
commitdf098ce3f254b4089186018df0501f5e0078e185 (patch)
tree120f0d87120746c0c715f960818e7d3d4bda7f7c
parent89f21ba3f470f3173788916200bd0afeb3c53e24 (diff)
downloadorg-mode-df098ce3f254b4089186018df0501f5e0078e185.tar.gz
Improve documentation of `org-agenda-fontify-priorities'.
This was a patch by Rafael Laboissiere.
-rw-r--r--lisp/org-agenda.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index df1d938..5ec4dd6 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -941,8 +941,11 @@ it means that the tags should be flushright to that column. For example,
(defcustom org-agenda-fontify-priorities t
"Non-nil means, highlight low and high priorities in agenda.
When t, the highest priority entries are bold, lowest priority italic.
-This may also be an association list of priority faces. The face may be
-a names face, or a list like `(:background \"Red\")'."
+This may also be an association list of priority faces, whose
+keys are the character values of `org-highest-priority',
+`org-default-priority', and `org-lowest-priority' (the default values
+are ?A, ?B, and ?C, respectively). The face may be a names face,
+or a list like `(:background \"Red\")'."
:group 'org-agenda-line-format
:type '(choice
(const :tag "Never" nil)