summaryrefslogtreecommitdiff
path: root/doc
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
parent09e5ab4dc87a5db8f111dc1dc13e17ae8648957b (diff)
doc: Fix typos
Diffstat (limited to 'doc')
-rw-r--r--doc/gnosis.info31
-rw-r--r--doc/gnosis.org11
-rw-r--r--doc/gnosis.texi13
3 files changed, 31 insertions, 24 deletions
diff --git a/doc/gnosis.info b/doc/gnosis.info
index 0528578..fe0338a 100644
--- a/doc/gnosis.info
+++ b/doc/gnosis.info
@@ -148,7 +148,7 @@ must a string, the path of an image, from inside ‘gnosis-images-dir’.
interactively & a "hidden function" ‘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:
• ‘extra’ string value, extra information/explanation displayed after
user-input
@@ -313,14 +313,15 @@ File: gnosis.info, Node: Gnosis Algorithm Forgetting Factor, Prev: Gnosis Algo
‘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:
(setq gnosis-algorithm-ff 0.5)
+ 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
+

Tag Table:
@@ -330,16 +331,16 @@ Node: Installation1729
Node: Using straightel2098
Node: Installing manually from source2614
Node: Adding notes3303
-Node: Note Types4728
-Node: Cloze4940
-Node: Basic Type5913
-Node: Double6191
-Node: MCQ (Multiple Choice Question)6537
-Node: y-or-n6946
-Node: Customization7372
-Node: Gnosis Algorithm Initial Interval7601
-Node: Gnosis Algorithm Easiness Factor8173
-Node: Gnosis Algorithm Forgetting Factor9158
+Node: Note Types4729
+Node: Cloze4941
+Node: Basic Type5914
+Node: Double6192
+Node: MCQ (Multiple Choice Question)6538
+Node: y-or-n6947
+Node: Customization7373
+Node: Gnosis Algorithm Initial Interval7602
+Node: Gnosis Algorithm Easiness Factor8174
+Node: Gnosis Algorithm Forgetting Factor9159

End Tag Table
diff --git a/doc/gnosis.org b/doc/gnosis.org
index cccd625..8d23a30 100644
--- a/doc/gnosis.org
+++ b/doc/gnosis.org
@@ -221,12 +221,15 @@ Example:
=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:
#+begin_src emacs-lisp
(setq gnosis-algorithm-ff 0.5)
#+end_src
+
+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
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