diff options
author | Dhruva Sambrani <44899822+DhruvaSambrani@users.noreply.github.com> | 2021-07-10 01:20:25 +0530 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2021-08-07 13:35:31 -0400 |
commit | 31b3a5390bf7b8bfb6271f22703ccd022a8b538f (patch) | |
tree | 16af4ef5b3df5c131e87b99abcb61b01927cbd4a | |
parent | a49adf2db7cfb3e4b12fed948c76205a42f334cd (diff) | |
download | calcurse-31b3a5390bf7b8bfb6271f22703ccd022a8b538f.tar.gz calcurse-31b3a5390bf7b8bfb6271f22703ccd022a8b538f.zip |
Fix hook docs
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rw-r--r-- | doc/manual.txt | 4 |
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. |