aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/documentation.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 1e890aa..b5a049e 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -430,11 +430,11 @@ parameters. The most important ones are:
\item {\tt IO::checkpoint\_dir}\\
names the directory where checkpoint files are stored
\item {\tt IO::checkpoint\_keep} (steerable)\\
- specifies how many checkpoints should be kept\\
- The default value of $1$ means that only the latest checkpoint is kept
- and older checkpoints are removed in order to save disk space.
+ specifies how many evolution checkpoints should be kept\\
+ The default value of $1$ means that only the latest evolution checkpoint
+ is kept and older checkpoints are removed in order to save disk space.
Setting {\tt IO::checkpoint\_keep} to a positive value will keep so many
- checkpoints around. A value of $-1$ will keep all (future) checkpoints.
+ evolution checkpoints around. A value of $-1$ will keep all (future) checkpoints.
\item {\tt IO::recover}\\
keyword parameter telling if/how to recover.\\
Choices are {\tt "no"}, {\tt "manual"}, {\tt "auto"}, and {\tt "autoprobe"}.