summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-06 08:23:16 +0300
committerThanos Apollo <[email protected]>2024-10-06 08:23:16 +0300
commitb83de5ab8410ce9cfbd6cf41bcb05803ac021c16 (patch)
treea3a1e8a72db2214171e1f1645fd797ade5b38ec0
parentbf7cf6ee59a56f64e5f3c23fd1601ce9aac3d79b (diff)
Clarify comments & Use polytonic Greek for Athens (Ἀθήνα).
-rw-r--r--gnosis.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnosis.el b/gnosis.el
index 08689ab..03a9fc8 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1694,7 +1694,7 @@ If NEW? is non-nil, increment new notes log by 1."
DATE: Date to log the note review on the activity-log."
(when (gnosis-suspended-p id)
(message "Suspended note with id: %s" id)
- (sit-for 0.3)) ;; this should only occur in testing/dev cases
+ (sit-for 0.3)) ;; this should only occur in testing
(let* ((type (gnosis-get 'type 'notes `(= id ,id)))
(func-name (intern (format "gnosis-review-%s" (downcase type)))))
(if (fboundp func-name)
@@ -2532,7 +2532,7 @@ If STRING-SECTION is nil, apply FACE to the entire STRING."
:question "Which one is the capital of Greece?"
:choices '("Athens" "Sparta" "Rome" "Berlin")
:correct-answer 1
- :extra "Athens (Αθήνα) is the largest city of Greece & one of the world's oldest cities, with it's recorded history spanning over 3,500 years."
+ :extra "Athens (Ἀθήνα) is the largest city of Greece & one of the world's oldest cities, with it's recorded history spanning over 3,500 years."
:tags note-tags)
(gnosis-add-note--cloze :deck deck-name
:note "GNU Emacs is an extensible editor created by {{c1::Richard}} {{c1::Stallman}} in {{c2::1984::year}}"