aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thogai.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/thogai.el b/thogai.el
index 1d32dcd..6417af1 100644
--- a/thogai.el
+++ b/thogai.el
@@ -391,8 +391,8 @@ External callers should always pass nil as the value."
thogai-capitalize-next-word nil
thogai-glue nil
thogai-uncapitalize-next-word nil))
- ;; Period, question mark or exclamation mark
- ((or "{.}" "{?}" "{!}")
+ ;; Period, comma, colon, question mark or exclamation mark
+ ((or "{.}" "{,}" "{:}" "{?}" "{!}")
(insert (string-remove-prefix "{" (string-remove-suffix "}" translation)))
(insert " ")
(setq thogai-capitalize-next-word t))