aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDhruva Sambrani <44899822+DhruvaSambrani@users.noreply.github.com>2021-07-10 01:20:25 +0530
committerLukas Fleischer <lfleischer@calcurse.org>2021-08-07 13:35:31 -0400
commit31b3a5390bf7b8bfb6271f22703ccd022a8b538f (patch)
tree16af4ef5b3df5c131e87b99abcb61b01927cbd4a /doc
parenta49adf2db7cfb3e4b12fed948c76205a42f334cd (diff)
downloadcalcurse-31b3a5390bf7b8bfb6271f22703ccd022a8b538f.tar.gz
calcurse-31b3a5390bf7b8bfb6271f22703ccd022a8b538f.zip
Fix hook docs
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 7eaa211..cbdfbce 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -650,9 +650,9 @@ directory. Also make sure the scripts are executable.
*pre-load*::
Executed before the data files are loaded.
*post-load*::
- Executed after the data files are saved.
+ Executed after the data files are loaded.
*pre-save*::
- Executed before the data files are loaded.
+ Executed before the data files are saved.
*post-save*::
Executed after the data files are saved.