aboutsummaryrefslogtreecommitdiffstats
path: root/doc/priority.txt
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2013-07-22 16:29:02 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2013-07-22 16:29:02 +0200
commit5aa2f0de3caa29c5e9dcef1351dc8b307aea5d1d (patch)
treec92caff0ef406d534e78f807a3fdeb1b3da24b89 /doc/priority.txt
parent3f621c69fc42d0404017c1db53cd27d09c02da22 (diff)
downloadcalcurse-5aa2f0de3caa29c5e9dcef1351dc8b307aea5d1d.tar.gz
calcurse-5aa2f0de3caa29c5e9dcef1351dc8b307aea5d1d.zip
doc/: Formatting fixes
* Use an AsciiDoc-compatible layout. * Use a maximum line width of 79 characters everywhere. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/priority.txt')
-rw-r--r--doc/priority.txt21
1 files changed, 10 insertions, 11 deletions
diff --git a/doc/priority.txt b/doc/priority.txt
index 678d7dc..61573c3 100644
--- a/doc/priority.txt
+++ b/doc/priority.txt
@@ -2,16 +2,15 @@ Priority
========
Change the priority of the currently selected item in the TODO list.
-Priorities are represented by the number appearing in front of the
-todo description. This number goes from 9 for the lowest priority to
-1 for the highest priority.
-Todo having higher priorities are placed first (at the top) inside the
-todo panel.
+Priorities are represented by the number appearing in front of the todo
+description. This number goes from 9 for the lowest priority to 1 for the
+highest priority. Todo having higher priorities are placed first (at the top)
+inside the todo panel.
-If you want to raise the priority of a todo item, you need to press '+'.
-In doing so, the number in front of this item will decrease, meaning its
-priority increases. The item position inside the todo panel may change,
-depending on the priority of the items above it.
+If you want to raise the priority of a todo item, you need to press '+'. In
+doing so, the number in front of this item will decrease, meaning its priority
+increases. The item position inside the todo panel may change, depending on the
+priority of the items above it.
-At the opposite, to lower a todo priority, press '-'. The todo position
-may also change depending on the priority of the items below. \ No newline at end of file
+At the opposite, to lower a todo priority, press '-'. The todo position may
+also change depending on the priority of the items below.