summaryrefslogtreecommitdiff
path: root/doc/gnosis.texi
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-18 03:41:05 +0200
committerThanos Apollo <[email protected]>2024-01-18 03:47:48 +0200
commit191017f0348c4d9913e23fc0a2a506ee5ae74820 (patch)
tree052ce6301adfee7252c61ef65faf98fac26ed660 /doc/gnosis.texi
parent09e5ab4dc87a5db8f111dc1dc13e17ae8648957b (diff)
doc: Fix typos
Diffstat (limited to 'doc/gnosis.texi')
-rw-r--r--doc/gnosis.texi13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/gnosis.texi b/doc/gnosis.texi
index 43ac95e..58c7f4e 100644
--- a/doc/gnosis.texi
+++ b/doc/gnosis.texi
@@ -175,7 +175,7 @@ Each note type has a @samp{gnosis-add-note-TYPE} that is used
interactively & a ``hidden function'' @samp{gnosis-add-note--TYPE} that handles
all the logic.
-Every note type has this values in common:
+Every note type has these values in common:
@itemize
@item
@@ -308,14 +308,17 @@ Example:
@samp{gnosis-algorithm-ff} is a floating number below 1.
It's used to calculate the next interval upon an unsuccessful review,
-by being multiplied with last interval, if for a note with a value of
-last-interval of 6 days and a ff of 0.5, upon an unsuccessful review
-the next interval will be 6 * 0.5
+by being multiplied with last interval.
-For example:
+
+
+Example:
@lisp
(setq gnosis-algorithm-ff 0.5)
@end lisp
+For a note with a value of last-interval of 6 days and a ff of 0.5,
+upon an unsuccessful review the next interval will be 6 * 0.5
+
@bye