diff options
author | Thanos Apollo <[email protected]> | 2024-08-25 00:37:07 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-25 00:38:24 +0300 |
commit | 013fca6bae0c55194604e40ba331e54b9c7b0059 (patch) | |
tree | 3f7a18b6b302452ef6194a5a4b9df5380d8c1ce4 /gnosis.el | |
parent | 4fe415d70277046f6b81a00e8e012634e4f0ac05 (diff) |
[fix] demo: typos & rewrite explanations.
* Add double space after period.
* Add extra dose of rhetorical hyperbole.
* Fix typos.
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2483,7 +2483,7 @@ If STRING-SECTION is nil, apply FACE to the entire STRING." :question "Repetitio est mater memoriae" :hint "Translate this Latin phrase to English." :answer "Repetition is the mother of memory" - :extra "/Regular review/ at increasing intervals *reinforces* *memory* *retention*. Strengthening neural connections & making it easier to recall information long-term" + :extra "Regular reviews at increasing intervals *reinforce* memory retention by strengthening neural connections, thereby making _long-term_ information recall easier." :tags note-tags) (gnosis-add-note--mc-cloze :deck deck-name :question "Consistency is _key_ to using gnosis effectively." @@ -2500,9 +2500,9 @@ If STRING-SECTION is nil, apply FACE to the entire STRING." (gnosis-add-note--cloze :deck deck-name :note "GNU Emacs is an extensible editor created by {{c1::Richard}} {{c1::Stallman}} in {{c2::1984::year}}" :tags note-tags - :extra "Emacs was originally implemented in 1976 on the MIT AI Lab's Incompatible Timesharing System (ITS), as a collection of TECO macros. The name “Emacs” was originally chosen as an abbreviation of “Editor MACroS”. =This version of Emacs=, GNU Emacs, was originally *written in 1984*") + :extra "Emacs was originally implemented in 1976 on the MIT AI Lab's Incompatible Timesharing System (ITS), as a collection of TECO macros. The name “Emacs” was originally chosen as an abbreviation of “Editor MACroS”. =This version of Emacs=, GNU Emacs, was originally *written in 1984*") (gnosis-add-note--y-or-n :deck deck-name - :question "Is GNU Emacs the greatest program ever written?" + :question "Is GNU Emacs the unparalleled pinnacle of all software creation?" :hint "Duh" :answer 121 :extra "" |