aboutsummaryrefslogtreecommitdiffstats
path: root/doc/other.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc/: Do not mention explicit key bindingsLukas Fleischer2013-07-221-4/+4
| | | | | | | | Since we exported help texts into text files, we are no longer able to refer to the user's key bindings. Drop key binding references from the online help texts. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* doc/: Fix several typos in online help textsLukas Fleischer2013-07-221-1/+1
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* doc/: Formatting fixesLukas Fleischer2013-07-221-5/+7
| | | | | | | * Use an AsciiDoc-compatible layout. * Use a maximum line width of 79 characters everywhere. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Export online help as text filesLukas Fleischer2013-07-091-0/+9
Move the texts of each online help screen to a separate text file. The set of files is supposed to replace the online help screens later. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>